X509CrlBuilderRevokedCertificates Property |
Gets or adds a list of revoked certificates contained in CRL.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CRLEntryCollection RevokedCertificates { get; }
Public ReadOnly Property RevokedCertificates As X509CRLEntryCollection
Get
public:
property X509CRLEntryCollection^ RevokedCertificates {
X509CRLEntryCollection^ get ();
}
member RevokedCertificates : X509CRLEntryCollection with get
Property Value
Type:
X509CRLEntryCollectionSee Also