DistributedTransactionPermission::IsSubsetOf Method (IPermission^)
.NET Framework (current version)
Returns a value that indicates whether the current permission is a subset of the specified permission.
Assembly: System.Transactions (in System.Transactions.dll)
Parameters
- target
-
Type:
System.Security::IPermission^
A permission to test for the subset relationship. This permission must be the same type as the current permission.
Return Value
Type: System::Booleantrue if the current IPermission is a subset of the specified IPermission; otherwise, false.
Implements
IPermission::IsSubsetOf(IPermission^)
.NET Framework
Available since 2.0
Available since 2.0
Show: