CertPropReaderDGetCrlState Method |
Gets the status of signing certificate used to publish CRLs.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public AdcsPropCrlState GetCrlState(
int index
)
Public Function GetCrlState (
index As Integer
) As AdcsPropCrlState
public:
virtual AdcsPropCrlState GetCrlState(
int index
) sealed
abstract GetCrlState :
index : int -> AdcsPropCrlState
override GetCrlState :
index : int -> AdcsPropCrlState
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:
AdcsPropCrlStateCertification Authority signing certificate state.
Implements
ICertPropReaderDGetCrlState(Int32)See Also