System.Security.Permissions.FileIOPermission.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 other)

Parameters

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

Returns

A new permission that represents the union of the current permission and the specified permission.

Exceptions

TypeReason
ArgumentException other is not null and is not of type System.Security.Permissions.FileIOPermission .

Remarks

The result of a call to FileIOPermission.Union(System.Security.IPermission) is a permission that represents all the operations represented by both the current permission and the specified permission. Any demand that passes either permission passes their union.

Requirements

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