DistributedTransactionPermission::Intersect Method (IPermission^)
.NET Framework (current version)
Creates and returns a permission that is the intersection of the current permission and the specified permission.
Assembly: System.Transactions (in System.Transactions.dll)
Parameters
- target
-
Type:
System.Security::IPermission^
A permission to intersect with the current permission. It must be 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 2.0
Available since 2.0
Show: