DataProtectionPermissionAttribute Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Action | Gets or sets a security action. (Inherited from SecurityAttribute.) |
| Flags | Gets or sets the data protection permissions. |
| ProtectData | Gets or sets a value indicating whether data can be encrypted using the ProtectedData class. |
| ProtectMemory | Gets or sets a value indicating whether memory can be encrypted using the ProtectedMemory class. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
| UnprotectData | Gets or sets a value indicating whether data can be unencrypted using the ProtectedData class. |
| UnprotectMemory | Gets or sets a value indicating whether memory can be unencrypted using the ProtectedMemory class. |
| Unrestricted | Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared. (Inherited from SecurityAttribute.) |