PolicyLevel::RemoveNamedPermissionSet Method (NamedPermissionSet^)
.NET Framework (current version)
Removes the specified NamedPermissionSet from the current policy level.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- permSet
-
Type:
System.Security::NamedPermissionSet^
The NamedPermissionSet to remove from the current policy level.
| Exception | Condition |
|---|---|
| ArgumentException | The NamedPermissionSet specified by the permSet parameter was not found. |
| ArgumentNullException | The permSet parameter is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: