ICertPropReaderDGetKraCertState Method |
Gets the state of a particular KRA certificate.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax AdcsPropKraCertStatus GetKraCertState(
int index
)
Function GetKraCertState (
index As Integer
) As AdcsPropKraCertStatus
AdcsPropKraCertStatus GetKraCertState(
int index
)
abstract GetKraCertState :
index : int -> AdcsPropKraCertStatus
Parameters
- index
- Type: SystemInt32
A zero-based index of KRA certificate. Index must be between 0 and a value returned by GetKraCertCount minus one.
Return Value
Type:
AdcsPropKraCertStatusStatus of KRA certificate.
See Also