CertPropReaderDGetLatestCaCertificateChain Method
Gets the most recent signing 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[] GetLatestCaCertificateChain()
Public Function GetLatestCaCertificateChain As Byte()
public:
virtual array<unsigned char>^ GetLatestCaCertificateChain() sealed
abstract GetLatestCaCertificateChain : unit -> byte[]
override GetLatestCaCertificateChain : unit -> byte[]
Byte
ASN.1-encoded signed PKCS#7 message that contains Certification Authority and other certificates in the chain up to self-signed root
certificate.
ICertPropReaderDGetLatestCaCertificateChain