CertPropReaderDGetForwardCrossCertState Method
Gets the status of a particular forward cross certificate.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public AdcsPropCertState GetForwardCrossCertState(
int index
)
Public Function GetForwardCrossCertState (
index As Integer
) As AdcsPropCertState
public:
virtual AdcsPropCertState GetForwardCrossCertState(
int index
) sealed
abstract GetForwardCrossCertState :
index : int -> AdcsPropCertState
override GetForwardCrossCertState :
index : int -> AdcsPropCertState
- index Int32
-
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount
minus two.
AdcsPropCertStateStatus of forward cross certificate.
ICertPropReaderDGetForwardCrossCertState(Int32)