CertificateAuthorityGetDeltaCRL Method |
Returns the most recent version of Delta CRL. If Certification Authority is not configured for Delta CRL, the method returns null.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CRL2 GetDeltaCRL()
Public Function GetDeltaCRL As X509CRL2
public:
X509CRL2^ GetDeltaCRL()
member GetDeltaCRL : unit -> X509CRL2
Return Value
Type:
X509CRL2Delta CRL.
Exceptions See Also