ICertPropReaderDGetCaVersion Method
Gets the revisions on the Certification Authority signing certificate
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
int GetCaVersion(
int index
)
Function GetCaVersion (
index As Integer
) As Integer
int GetCaVersion(
int index
)
abstract GetCaVersion :
index : int -> int
- index Int32
-
A zero-based index of Certification Authority certificate. Index must be between 0 and a value returned by GetCaCertificateCount
minus one.
Int32
A 32-bit unsigned integer value, where the 16 most significant bits denote key index and 16 least significant bits denote certificate index.