System.Security.Permissions.DataProtectionPermission Class

Controls the ability to access encrypted data and memory. This class cannot be inherited.

See Also: DataProtectionPermission Members

Syntax

public sealed class DataProtectionPermission : System.Security.CodeAccessPermission, IUnrestrictedPermission

Remarks

This permission is used to control the ability to encrypt data and memory using the System.Security.Cryptography.ProtectedData and System.Security.Cryptography.ProtectedMemory classes.

Requirements

Namespace: System.Security.Permissions
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0