CertificateAuthorityBaseCRL Property

Note: This API is now obsolete.
Gets the most recent Base CRL object.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[ObsoleteAttribute("Use 'GetBaseCRL()' method instead.", true)]
public X509CRL2 BaseCRL { get; }

Property Value

X509CRL2

See Also