CertPropReaderDGetExitModuleDescription Method

Gets the description of a specific exit module.

Definition

Namespace: SysadminsLV.PKI.Dcom.Implementations
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public string GetExitModuleDescription(
	int index
)

Parameters

index  Int32
Zero-based index of exit module. Value must be between 0 and a value returned by GetExitModuleCount minus one.

Return Value

String
Description of a specific exit module.

Implements

ICertPropReaderDGetExitModuleDescription(Int32)

See Also