CertPropReaderDGetLatestCertDeltaCrl Method
Gets a delta certificate revocation list for the most recent Certification Authority signing certificate.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public byte[] GetLatestCertDeltaCrl()
Public Function GetLatestCertDeltaCrl As Byte()
public:
virtual array<unsigned char>^ GetLatestCertDeltaCrl() sealed
abstract GetLatestCertDeltaCrl : unit -> byte[]
override GetLatestCertDeltaCrl : unit -> byte[]
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.
ICertPropReaderDGetLatestCertDeltaCrl