Active Directory Certificate Services Exit and Policy module framework
C#
VB
C++
Show/Hide TOC
ICert
Exit
2
Get
Description Method
Returns a human-readable description of the exit module and its function.
Definition
Namespace:
ADCS.CertMod.Managed.Exit
Assembly:
ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
Copy
string
GetDescription
()
VB
Copy
Function
GetDescription
As
String
C++
Copy
String
^
GetDescription
()
Return Value
String
A string that describes the exit module.
Implements
ICertExit
GetDescription
See Also
Reference
ICertExit2 Interface
ADCS.CertMod.Managed.Exit Namespace
Other Resources
ICertExit::GetDescription
In This Article
Definition
Return Value
Implements
See Also
Reference
Other Resources