Click or drag to resize

CertPropReaderDGetExitModuleDescription Method

Gets the description of a specific exit module.

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

Parameters

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

Return Value

Type: String
Description of a specific exit module.

Implements

ICertPropReaderDGetExitModuleDescription(Int32)
See Also