MessageQueuePermission::IsSubsetOf Method (IPermission^)

 
Use BaseTrue

Returns a value that indicates whether the current permission object is a subset of the specified permission object.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

public:
virtual bool IsSubsetOf(
	IPermission^ target
) override

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::Boolean

true if the current permission object is a subset of the specified permission object; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: