ICertPropReaderDGetForwardCrossCertState Method

Gets the status of a particular forward cross certificate.

Definition

Namespace: SysadminsLV.PKI.Dcom
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
AdcsPropCertState GetForwardCrossCertState(
	int index
)

Parameters

index  Int32
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount minus two.

Return Value

AdcsPropCertState
Status of forward cross certificate.

See Also