MessageQueuePermission::Intersect Method (IPermission^)
.NET Framework (current version)
Returns a new permission object that represents the intersection of the current permission object and the specified permission object.
Assembly: System.Messaging (in System.Messaging.dll)
Parameters
- target
-
Type:
System.Security::IPermission^
A permission object to intersect with the current permission object. It must be of the same type as the current permission object.
Return Value
Type: System.Security::IPermission^A new permission object that represents the intersection of the current permission object and the specified permission object. This new permission object is a null reference (Nothing in Visual Basic) if the intersection is empty.
Implements
IPermission::Intersect(IPermission^)
.NET Framework
Available since 1.1
Available since 1.1
Show: