Click or drag to resize

ICertPropReaderDGetCaCertStatusCode Method

Gets the Win32 HRESULT 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
int GetCaCertStatusCode(
	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
0 (ERROR_SUCCESS) if the certificate is valid. A non-zero value means error status
See Also