This enumerated type defines the type of encryption used to protect the file.
typedef enum tag_KVPanopticonEncryption
{
NoEncryptionDetected,
OtherEncryption,
RMSEncryption,
SecloreEncryption
} KVPanopticonEncryption;
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. |