System.Web.AspNetHostingPermission.IsSubsetOf Method

Returns a value indicating whether the current permission is a subset of the specified permission.

Syntax

public override bool IsSubsetOf (System.Security.IPermission target)

Parameters

target
The System.Security.IPermission to combine with the current permission. It must be of the same type as the current System.Security.IPermission.

Returns

true if the current System.Security.IPermission is a subset of the specified System.Security.IPermission; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0