KVPanopticonDecryptionSupport
typedef enum tag_KVPanopticonDecryptionSupport { DecryptionNotSupported, TextOnlyDecryption, FullDecryption } KVPanopticonDecryptionSupport;
Enumerators
DecryptionNotSupported
|
Decryption is not supported |
TextOnlyDecryption
|
Panopticon cannot decrypt the file to an unencrypted file. Instead it can decrypt any text content in the file and write it to a file of the same type as the original. |
FullDecryption
|
Panopticon can decrypt the file. |