X509CertificateTrustListEntryCertificate Property |
Gets an instance of X509Certificate2 object which is associated with the current trust list entry. This member may return
null when certificate data is not available.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509Certificate2 Certificate { get; }
Public ReadOnly Property Certificate As X509Certificate2
Get
public:
property X509Certificate2^ Certificate {
X509Certificate2^ get ();
}
member Certificate : X509Certificate2 with get
Property Value
Type:
X509Certificate2See Also