ConfigurationPermission::Union Method (IPermission^)
.NET Framework (current version)
Returns the logical union of the ConfigurationPermission object and an object that implements the IPermission interface.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- target
-
Type:
System.Security::IPermission^
The object to perform the union with.
Return Value
Type: System.Security::IPermission^The logical union of the ConfigurationPermission and an object that implements IPermission.
Implements
IPermission::Union(IPermission^)| Exception | Condition |
|---|---|
| ArgumentException | target is not typed as ConfigurationPermission. |
.NET Framework
Available since 2.0
Available since 2.0
Show: