This structure is filled out by encryptionInfo(), and provides information about what type of encryption the document has, and the level of support Panopticon provides for that document.
typedef struct tag_KVPanopticonEncryptionInfo { KVStructHeader; KVPanopticonEncryption encryptionType; KVPanopticonDecryptionSupport decryptionSupport; } KVPanopticonEncryptionInfo;
KVStructHeader
|
The KeyView version of the structure. See KVStructHead. |
encryptionType
|
A KVPanopticonEncryption value describing the type of encryption used to protect the document. |
decryptionSupport
|
A KVPanopticonDecryptionSupport value describing the level of support Panopticon provides for this document. |