Click or drag to resize

CertPropReaderDGetKraCertState Method

Gets the state of a particular KRA certificate.

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public AdcsPropKraCertStatus GetKraCertState(
	int index
)

Parameters

index
Type: SystemInt32
A zero-based index of KRA certificate. Index must be between 0 and a value returned by GetKraCertCount minus one.

Return Value

Type: AdcsPropKraCertStatus
Status of KRA certificate.

Implements

ICertPropReaderDGetKraCertState(Int32)
See Also