This documentation is archived and is not being maintained.

UserNameSecurityToken Constructor (String, String, String)

Initializes a new instance of the UserNameSecurityToken class using the specified user name, password, and unique identifier.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
UserNameSecurityToken(
	String^ userName, 
	String^ password, 
	String^ id
)

Parameters

userName
Type: System::String
A user name. Sets the UserName property.
password
Type: System::String
A password for the user name. Sets the Password property.
id
Type: System::String
A unique identifier of the security token. Sets the Id property.

ExceptionCondition
ArgumentNullException

userName is nullptr.

-or-

password is nullptr.

-or-

id is nullptr.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: