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