UserNameSecurityTokenParameters Constructor (UserNameSecurityTokenParameters^)

 

Initializes a new instance of the UserNameSecurityTokenParameters class.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
UserNameSecurityTokenParameters(
	UserNameSecurityTokenParameters^ other
)

Parameters

other
Type: System.ServiceModel.Security.Tokens::UserNameSecurityTokenParameters^

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
Return to top
Show: