Gets the certificates.

Namespace:  Cryptware.NDigitSign
Assembly:  NDigitSign (in NDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Certificates As List(Of X509Certificate2)
	Get
C#
public List<X509Certificate2> Certificates { get; }
Visual C++
public:
property List<X509Certificate2^>^ Certificates {
	List<X509Certificate2^>^ get ();
}
JavaScript
function get_certificates();

Field Value

The certificates.

See Also