KVPanopticonEncryption
This enumerated type defines the type of encryption used to protect the file.
typedef enum tag_KVPanopticonEncryption { NoEncryptionDetected, OtherEncryption, RMSEncryption, SecloreEncryption } KVPanopticonEncryption;
Enumerators
NoEncryptionDetected
|
No encryption was detected. |
OtherEncryption
|
The file is encrypted. |
RMSEncryption
|
The file is encrypted using RMS. |
SecloreEncryption
|
The file is encrypted using Seclore encryption. |
SmartCipherEncryption
|
The file is encrypted using SmartCipher encryption. |