Click or drag to resize
ClassicLogin Class
Login strategy for classic login using username and password
Inheritance Hierarchy

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 class ClassicLogin : LoginStrategyBase

The ClassicLogin type exposes the following members.

Constructors
  NameDescription
Public methodClassicLogin(String, String)
Constructs a Classic login strategy.
Public methodClassicLogin(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.
Top
Properties
  NameDescription
Public propertyCredentials
Returns the login credentials. Only called from within the APi
(Overrides LoginStrategyBaseCredentials.)
Top
See Also