Click or drag to resize

ICertPropReaderD.GetCrlState Method

Gets the status of signing certificate used to publish CRLs.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
AdcsPropCrlState GetCrlState(
	int index
)

Parameters

index
Type: System.Int32
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount() minus one.

Return Value

Type: AdcsPropCrlState
Certification Authority signing certificate state.
See Also