CertificateHolder.Certificate

CertificateHolder Certificate property. Returns the instance of X509Certificate2 which holds private public keys and certificate chain.

CertificateHolder.Certificate property

Returns the instance of X509Certificate2 which holds private, public keys and certificate chain.

public X509Certificate2 Certificate { get; }

Return Value

X509Certificate2 instance

See Also