Click or drag to resize

ICertPropReaderDGetBaseCrlPublishStatus Method

Gets the publishing status of a particular base certificate revocation list.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
AdcsPropCrlPublishState GetBaseCrlPublishStatus(
	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: AdcsPropCrlPublishState
Base certificate revocation list publishing status.
See Also