NamedPermissionSet Constructor (String, PermissionState)
Initializes a new instance of the NamedPermissionSet class with the specified name in either an unrestricted or a fully restricted state.
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
- Type: System.String
The name for the new named permission set.
- state
- Type: System.Security.Permissions.PermissionState
One of the PermissionState values.
| Exception | Condition |
|---|---|
| ArgumentException | The name parameter is null or is an empty string (""). |
A named permission set in an unrestricted state effectively contains all permissions that implement the IUnrestrictedPermission interface. The named permission set will contain all built-in permissions as well as all custom permissions. All permissions will have an Unrestricted PermissionState. Permissions that do not implement IUnrestrictedPermission, such as identity permissions, will be empty instances.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.