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