Click or drag to resize

ICertPropReaderDGetExitModuleDescription Method

Gets the description of a specific exit module.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
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.
See Also