'Declaration
<System.ComponentModel.CategoryAttribute("PGP")> <System.ComponentModel.DescriptionAttribute("Make output file text-friendly.")> Public Property AsciiArmor As System.Boolean
'Usage
Dim instance As PGPEncrypt Dim value As System.Boolean instance.AsciiArmor = value value = instance.AsciiArmor
[System.ComponentModel.Category("PGP")] [System.ComponentModel.Description("Make output file text-friendly.")] public System.bool AsciiArmor {get; set;}