Click or drag to resize

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; }

Property Value

Type: X509CRL2
See Also