TypeDescriptorPermission::IsSubsetOf Method (IPermission^)

.NET Framework (current version)
 

When implemented by a derived class, determines whether the current permission is a subset of the specified permission.

Namespace:   System.Security.Permissions
Assembly:  System (in System.dll)

public:
virtual bool IsSubsetOf(
	IPermission^ target
) override

Parameters

target
Type: System.Security::IPermission^

A permission that is to be tested for the subset relationship. This permission must be of the same type as the current permission.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 4.0
Return to top
Show: