DataProtectionPermissionFlags
Specifies the access permissions for encrypting data and memory.
AllFlags = 15
The ability to encrypt data, encrypt memory, unencrypt data, and unencrypt memory.
NoFlags = 0
No protection abilities.
ProtectData = 1
The ability to encrypt data.
ProtectMemory = 4
The ability to encrypt memory.
UnprotectData = 2
The ability to unencrypt data.
UnprotectMemory = 8
The ability to unencrypt memory.