CertPropReaderDGetExchangeCertificateChain Method
Gets the Certification Authority exchange certificate and its complete chain.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public byte[] GetExchangeCertificateChain()
Public Function GetExchangeCertificateChain As Byte()
public:
virtual array<unsigned char>^ GetExchangeCertificateChain() sealed
abstract GetExchangeCertificateChain : unit -> byte[]
override GetExchangeCertificateChain : unit -> byte[]
Byte
ASN.1-encoded signed PKCS#7 message that contains Certification Authority exchange and other certificates in the chain up to self-signed
root certificate.
ICertPropReaderDGetExchangeCertificateChain