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