System.Security.Permissions.DataProtectionPermissionAttribute: Property Members

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

Public Properties

FlagsDataProtectionPermissionFlags.

Gets or sets the data protection permissions.

ProtectDatabool.

Gets or sets a value indicating whether data can be encrypted using the System.Security.Cryptography.ProtectedData class.

ProtectMemorybool.

Gets or sets a value indicating whether memory can be encrypted using the System.Security.Cryptography.ProtectedMemory class.

UnprotectDatabool.

Gets or sets a value indicating whether data can be unencrypted using the System.Security.Cryptography.ProtectedData class.

UnprotectMemorybool.

Gets or sets a value indicating whether memory can be unencrypted using the System.Security.Cryptography.ProtectedMemory class.