CertPropReaderDGetCaCertificateChain Method

Gets a particular signing certificate and its complete chain.

Definition

Namespace: SysadminsLV.PKI.Dcom.Implementations
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public byte[] GetCaCertificateChain(
	int index
)

Parameters

index  Int32
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount minus one.

Return Value

Byte
ASN.1-encoded signed PKCS#7 message that contains Certification Authority and other certificates in the chain up to self-signed root certificate.

Implements

ICertPropReaderDGetCaCertificateChain(Int32)

See Also