System.Security.Permissions.ResourcePermissionBase.Intersect Method

Creates and returns a permission object that is the intersection of the current permission object and a target permission object.

Syntax

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

Parameters

target
A permission object of the same type as the current permission object.

Returns

A new permission object that represents the intersection of the current object and the specified target. This object is null if the intersection is empty.

Remarks

The intersection of two permission objects is a permission that describes the set of operations they both hold in common. Specifically, it represents the minimum permissions required for a demand to pass both permissions.

Requirements

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