Click or drag to resize

CertificateAuthorityBaseCRL Property

Note: This API is now obsolete.

Gets the most recent Base CRL object.

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

Property Value

Type: X509CRL2
See Also