ICertPropReaderDGetExitModuleDescription Method

Gets the description of a specific exit module.

Definition

Namespace: SysadminsLV.PKI.Dcom
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
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.

See Also