System.Web.AspNetHostingPermission.Union Method

Creates a permission that is the union of the current permission and the specified permission.

Syntax

public override System.Security.IPermission Union (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 union of the current permission and the specified permission.

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