TypeDescriptorPermission::Intersect Method (IPermission^)
.NET Framework (current version)
When implemented by a derived class, creates and returns a permission that is the intersection of the current permission and the specified permission.
Assembly: System (in System.dll)
Parameters
- target
-
Type:
System.Security::IPermission^
A permission to intersect with the current permission. It must be of the same type as the current permission.
Return Value
Type: System.Security::IPermission^A new permission that represents the intersection of the current permission and the specified permission. This new permission is null if the intersection is empty.
Implements
IPermission::Intersect(IPermission^)
.NET Framework
Available since 4.0
Available since 4.0
Show: