CertExitBaseGetDescription 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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public abstract string GetDescription()

Return Value

String
A string that describes the exit module.

Implements

ICertExit2GetDescription
ICertExitGetDescription

See Also