ASCIIArmor Property
Specifies whether to use ASCII armor to encode the output message.
Syntax
[VB.NET] Public Property ASCIIArmor As Boolean
[C#] public bool ASCIIArmor {get; set;}
Remarks
This property controls whether or not ASCII armoring is used on the output message. The default value is False.
Default Value
False