VirtualFileSecurityLevel Property
The level of security for the outgoing file.
Data Type
EnumerationPossible Values
None (0)Encrypted (1)
Signed (2)
Encrypted And Signed (3)
Default Value
0Remarks
When sending files, set this value to the level of security for the virtual file to send.
When encrypting a file, RecipientCert must be set, and when signing a file, the Certificate property must be set.
The file will be processed to a temporary file before being sent, and thus the TempPath property is required with encrypting or signing a file.
This is only valid for version 2.0 of the protocol.
This property is not available in the Receiver.