ICertPropReaderDGetCaCertChainAndCrl Method
Gets a particular Certification Authority signing certificate and its complete chain, including certificate revocation lists.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
byte[] GetCaCertChainAndCrl(
int index
)
Function GetCaCertChainAndCrl (
index As Integer
) As Byte()
array<unsigned char>^ GetCaCertChainAndCrl(
int index
)
abstract GetCaCertChainAndCrl :
index : int -> byte[]
- index Int32
-
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount
minus one.
Byte
ASN.1-encoded signed PKCS#7 message that contains Certification Authority signing certificate and other certificates in the chain up to
a self-signed root certificate and certificate revocation lists.