System.Web.AspNetHostingPermission.Intersect Method

When implemented by a derived class, creates and returns a permission that is the intersection of the current permission and the specified permission.

Syntax

public override System.Security.IPermission Intersect (System.Security.IPermission target)

Parameters

target
A permission to combine with the current permission. It must be of the same type as the current permission.

Returns

An System.Security.IPermission that represents the intersection of the current permission and the specified permission; otherwise, null if the intersection is empty.

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