ICertPropReaderDGetLatestCertDeltaCrl Method |
Gets a delta certificate revocation list for the most recent Certification Authority signing certificate.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax byte[] GetLatestCertDeltaCrl()
Function GetLatestCertDeltaCrl As Byte()
array<unsigned char>^ GetLatestCertDeltaCrl()
abstract GetLatestCertDeltaCrl : unit -> byte[]
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.
See Also