CertPropReaderDGetCaCertChainAndCrl Method |
Gets a particular Certification Authority signing certificate and its complete chain, including certificate revocation lists.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public byte[] GetCaCertChainAndCrl(
int index
)
Public Function GetCaCertChainAndCrl (
index As Integer
) As Byte()
public:
virtual array<unsigned char>^ GetCaCertChainAndCrl(
int index
) sealed
abstract GetCaCertChainAndCrl :
index : int -> byte[]
override GetCaCertChainAndCrl :
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 signing certificate and other certificates in the chain up to
a self-signed root certificate and certificate revocation lists.
Implements
ICertPropReaderDGetCaCertChainAndCrl(Int32)See Also