Click or drag to resize

CertPropReaderDGetCaCertificate Method

Gets a specified signing certificate.

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public byte[] GetCaCertificate(
	int index
)

Parameters

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

Return Value

Type: Byte
ASN.1-encoded byte array that represents an X.509 certificate.

Implements

ICertPropReaderDGetCaCertificate(Int32)
See Also