UsernamePasswordCredentials Constructor

Relativity Kepler
Initializes a new instance of the UsernamePasswordCredentials class.

Namespace:  Relativity.Services.ServiceProxy
Assembly:  Relativity.Services.ServiceProxy.Main (in Relativity.Services.ServiceProxy.Main.dll) Version: local build
Syntax

C#
public UsernamePasswordCredentials(
	string username,
	string password
)

Parameters

username
Type: System.String
User name to use for authentication
password
Type: System.String
Password to use for authentication
See Also

Reference