ICertPropReaderDGetCaCertificateChain Method |
Gets a particular signing certificate and its complete chain.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax byte[] GetCaCertificateChain(
int index
)
Function GetCaCertificateChain (
index As Integer
) As Byte()
array<unsigned char>^ GetCaCertificateChain(
int index
)
abstract GetCaCertificateChain :
index : int -> byte[]
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 signed PKCS#7 message that contains Certification Authority and other certificates in the chain up to self-signed root
certificate.
See Also