This is the property that
you set for when you are encrypting files with the PGPFileEncrypt
encryption method
Description
You can optionally specify the property AsciiArmour this allows you to control the type of encrypted file to produce
with PGPFileEncrypt,
binary or Ascii (more suitable for emailing for example). If not
specified PGPFileEncrypt
will default to 'yes'.
Syntax
object.AsciiArmour
[=
String ]
The syntax of the AsciiArmour property has these parts:
Part
Description
object
A
Cryptocx v7 control.
String
A
string expression that specifies what type of Encrypted file
to produce. Takes either 'yes' or 'no'
Default
""
(empty string) This implies 'yes' when PGPFileEncrypt
runs.
Remarks
You can specify:
'yes', 'Yes', 'ASCII', 'Ascii', or
'True' which result in the same.
or
'no', 'No', 'Binary', 'binary', or
'False' which result in the same.
Data Type
String
Example
Where Cryptocx1 is an instance of a Cryptocx Control.