Click or drag to resize
ClassicLogin Constructor (String, String, String)
Constructs a Classic login strategy. Only use this constructor when doing a emergency login. In normal cases use the constructor that only takes username and password.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public ClassicLogin(
	string username,
	string password,
	string workstationId
)

Parameters

username
Type: SystemString
username
password
Type: SystemString
password
workstationId
Type: SystemString
Unique id that identifies the computer. Only to be set when doing a emergency login
See Also