ICertPropReaderDGetLatestCertDeltaCrl Method

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

Definition

Namespace: SysadminsLV.PKI.Dcom
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
byte[] GetLatestCertDeltaCrl()

Return Value

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.

See Also