Creates a System.Security.PermissionSet that is the union of the current System.Security.PermissionSet and the specified System.Security.PermissionSet.
- other
- The permission set to form the union with the current System.Security.PermissionSet.
A new permission set that represents the union of the current System.Security.PermissionSet and the specified System.Security.PermissionSet.
The result of a call to PermissionSet.Union(PermissionSet) is a System.Security.PermissionSet that represents all the operations represented by the current System.Security.PermissionSet as well as all the operations represented by the specified System.Security.PermissionSet. If either set is Unrestricted, the union is Unrestricted as well.