ICertPropReaderDGetCrlState Method
Gets the status of signing certificate used to publish CRLs.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
AdcsPropCrlState GetCrlState(
int index
)
Function GetCrlState (
index As Integer
) As AdcsPropCrlState
AdcsPropCrlState GetCrlState(
int index
)
abstract GetCrlState :
index : int -> AdcsPropCrlState
- index Int32
-
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount
minus one.
AdcsPropCrlStateCertification Authority signing certificate state.