Click or drag to resize

ICertPropReaderDGetBackwardCrossCertState Method

Gets the status of a particular backward cross certificate.

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

Parameters

index
Type: SystemInt32
A zero-based index of Certification Authority certificate. Index must be between 1 and a value returned by GetCaCertificateCount minus one.

Return Value

Type: AdcsPropCertState
Status of backward cross certificate.
See Also