CertPropReaderDGetForwardCrossCertState Method |
Gets the status of a particular forward cross certificate.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Parameters
- index
- Type: SystemInt32
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount
minus two.
Return Value
Type:
AdcsPropCertStateStatus of forward cross certificate.
Implements
ICertPropReaderDGetForwardCrossCertState(Int32)See Also