TypeDescriptorPermission::IsSubsetOf Method (IPermission^)
.NET Framework (current version)
When implemented by a derived class, determines whether the current permission is a subset of the specified permission.
Assembly: System (in System.dll)
Parameters
- target
-
Type:
System.Security::IPermission^
A permission that is to be tested for the subset relationship. This permission must be of the same type as the current permission.
Return Value
Type: System::Booleantrue if the current permission is a subset of the specified permission; otherwise, false.
Implements
IPermission::IsSubsetOf(IPermission^)
.NET Framework
Available since 4.0
Available since 4.0
Show: