System.Security.Permissions.DataProtectionPermissionAttribute Members

The members of System.Security.Permissions.DataProtectionPermissionAttribute are listed below.

See Also: Inherited members from System.Security.Permissions.CodeAccessSecurityAttribute

Public Constructors

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.

Public Methods