AspNetHostingPermission.IsSubsetOf Method (IPermission)
.NET Framework (current version)
Returns a value indicating whether the current permission is a subset of the specified permission.
Assembly: System (in System.dll)
Parameters
- target
-
Type:
System.Security.IPermission
The IPermission to combine with the current permission. It must be of the same type as the current IPermission.
Return Value
Type: System.Booleantrue if the current IPermission is a subset of the specified IPermission; otherwise, false.
Implements
IPermission.IsSubsetOf(IPermission)| Exception | Condition |
|---|---|
| ArgumentException | target is not an AspNetHostingPermission. |
.NET Framework
Available since 1.1
Available since 1.1
Show: