CertificateAuthorityDeltaCRL Property |
Note: This API is now obsolete.
Gets the most recent Delta CRL. If CA server is not configured to use Delta CRLs, the property is empty.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax [ObsoleteAttribute("Use 'GetDeltaCRL()' method instead.", true)]
public X509CRL2 DeltaCRL { get; }
<ObsoleteAttribute("Use 'GetDeltaCRL()' method instead.", true)>
Public ReadOnly Property DeltaCRL As X509CRL2
Get
public:
[ObsoleteAttribute(L"Use 'GetDeltaCRL()' method instead.", true)]
property X509CRL2^ DeltaCRL {
X509CRL2^ get ();
}
[<ObsoleteAttribute("Use 'GetDeltaCRL()' method instead.", true)>]
member DeltaCRL : X509CRL2 with get
Property Value
Type:
X509CRL2See Also