The properties of System.Security.Permissions.DataProtectionPermissionAttribute are listed below. For a list of all members, see the DataProtectionPermissionAttribute Members list.
See Also: Inherited members from System.Security.Permissions.CodeAccessSecurityAttribute
Flags | DataProtectionPermissionFlags.
Gets or sets the data protection permissions. | |
ProtectData | bool.
Gets or sets a value indicating whether data can be encrypted using the System.Security.Cryptography.ProtectedData class. | |
ProtectMemory | bool.
Gets or sets a value indicating whether memory can be encrypted using the System.Security.Cryptography.ProtectedMemory class. | |
UnprotectData | bool.
Gets or sets a value indicating whether data can be unencrypted using the System.Security.Cryptography.ProtectedData class. | |
UnprotectMemory | bool.
Gets or sets a value indicating whether memory can be unencrypted using the System.Security.Cryptography.ProtectedMemory class. |