ICertPropReaderDGetExitModuleDescription Method
Gets the description of a specific exit module.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
string GetExitModuleDescription(
int index
)
Function GetExitModuleDescription (
index As Integer
) As String
String^ GetExitModuleDescription(
int index
)
abstract GetExitModuleDescription :
index : int -> string
- index Int32
-
Zero-based index of exit module. Value must be between 0 and a value returned by GetExitModuleCount minus one.
StringDescription of a specific exit module.