Click or drag to resize

CertPropReaderDGetCaVersion Method

Gets the revisions on the Certification Authority signing certificate

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public int GetCaVersion(
	int index
)

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: Int32
A 32-bit unsigned integer value, where the 16 most significant bits denote key index and 16 least significant bits denote certificate index.

Implements

ICertPropReaderDGetCaVersion(Int32)
See Also