Click or drag to resize

CertPropReaderDGetLatestCertDeltaCrl Method

Gets a delta certificate revocation list for the most recent Certification Authority signing certificate.

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public byte[] GetLatestCertDeltaCrl()

Return Value

Type: Byte
ASN.1-encoded byte array that represents an X.509 certificate revocation list. If delta certificate revocation list is not enabled, the method returns null.

Implements

ICertPropReaderDGetLatestCertDeltaCrl
See Also