ICertPropReaderDGetCaCertState Method |
Gets the disposition status of a particular Certification Authority signing certificate.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax AdcsPropCertState GetCaCertState(
int index
)
Function GetCaCertState (
index As Integer
) As AdcsPropCertState
AdcsPropCertState GetCaCertState(
int index
)
abstract GetCaCertState :
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 one.
Return Value
Type:
AdcsPropCertStateDisposition status of Certification Authority signing certificate.
See Also