ICertPropReaderDGetBaseCrl Method
Gets a particular base certificate revocation list.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
byte[] GetBaseCrl(
int index
)
Function GetBaseCrl (
index As Integer
) As Byte()
array<unsigned char>^ GetBaseCrl(
int index
)
abstract GetBaseCrl :
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.
ByteASN.1-encoded byte array that represents an X.509 certificate revocation list.