SecurityTokenParameters Constructor (SecurityTokenParameters^)
.NET Framework (current version)
Initializes a new instance of the SecurityTokenParameters class from another instance.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- other
-
Type:
System.ServiceModel.Security.Tokens::SecurityTokenParameters^
The other instance of this class.
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
The new instance property values are set to the corresponding values in other.
.NET Framework
Available since 3.0
Available since 3.0
Show: