CertPropReaderDGetLatestExchangeCertChainAndCrl Method
Gets the latest Certification Authority exchange (key encryption) certificate and its complete chain, including certificate revocation lists.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public byte[] GetLatestExchangeCertChainAndCrl()
Public Function GetLatestExchangeCertChainAndCrl As Byte()
public:
virtual array<unsigned char>^ GetLatestExchangeCertChainAndCrl() sealed
abstract GetLatestExchangeCertChainAndCrl : unit -> byte[]
override GetLatestExchangeCertChainAndCrl : unit -> byte[]
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.
ICertPropReaderDGetLatestExchangeCertChainAndCrl