The members of System.Security.Permissions.DataProtectionPermissionAttribute are listed below.
See Also: Inherited members from System.Security.Permissions.CodeAccessSecurityAttribute
Initializes a new instance of the System.Security.Permissions.DataProtectionPermissionAttribute class with the specified System.Security.Permissions.SecurityAction. |
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. |
override | CreatePermission()
|