ICertPropReaderDGetLatestExchangeCertChainAndCrl Method |
Gets the latest Certification Authority exchange (key encryption) certificate and its complete chain, including certificate revocation lists.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax byte[] GetLatestExchangeCertChainAndCrl()
Function GetLatestExchangeCertChainAndCrl As Byte()
array<unsigned char>^ GetLatestExchangeCertChainAndCrl()
abstract GetLatestExchangeCertChainAndCrl : unit -> byte[]
Return Value
Type:
Byte
ASN.1-encoded signed PKCS#7 message that contains Certification Authority encryption certificate and other certificates in the chain up to
a self-signed root certificate and certificate revocation lists.
See Also