PermissionSet.SetPermissionImpl Method
Sets a permission to the PermissionSet, replacing any existing permission of the same type.
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Parameters
- perm
- Type: System.Security.IPermission
The permission to set.
| Exception | Condition |
|---|---|
| InvalidOperationException | The method is called from a ReadOnlyPermissionSet. |
The SetPermissionImpl method is the implementation for the SetPermission method.
This method removes any existing permission object of the same type from the PermissionSet and replaces it with the perm parameter. If a permission that implements IUnrestrictedPermission is set on a PermissionSet that is Unrestricted, the resulting PermissionSet is no longer Unrestricted.
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.