ClearSignature Property
Specifies whether or not to create a cleartext signature.
Syntax
[VB.NET] Public Property ClearSignature As Boolean
[C#] public bool ClearSignature {get; set;}
Remarks
This property controls whether or not a cleartext signature is created during signing. The default value is False. When set to true a clear text signature will be created when Sign is called.
Default Value
False