ICertPropReaderDGetBackwardCrossCertState Method
Gets the status of a particular backward cross certificate.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
AdcsPropCertState GetBackwardCrossCertState(
int index
)
Function GetBackwardCrossCertState (
index As Integer
) As AdcsPropCertState
AdcsPropCertState GetBackwardCrossCertState(
int index
)
abstract GetBackwardCrossCertState :
index : int -> AdcsPropCertState
- index Int32
-
A zero-based index of Certification Authority certificate. Index must be between 1 and a value returned by GetCaCertificateCount
minus one.
AdcsPropCertStateStatus of backward cross certificate.