CertPropReaderDGetExchangeCertificateChain Method |
Gets the Certification Authority exchange certificate and its complete chain.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public byte[] GetExchangeCertificateChain()
Public Function GetExchangeCertificateChain As Byte()
public:
virtual array<unsigned char>^ GetExchangeCertificateChain() sealed
abstract GetExchangeCertificateChain : unit -> byte[]
override GetExchangeCertificateChain : unit -> byte[]
Return Value
Type:
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.
Implements
ICertPropReaderDGetExchangeCertificateChainSee Also