Click or drag to resize
LoginCredentials Class
Contains the type of login that shoul be used by the api and the credentials
Inheritance Hierarchy
SystemObject
  Six.Sixp.ClientLoginCredentials

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 LoginCredentials

The LoginCredentials type exposes the following members.

Constructors
  NameDescription
Public methodLoginCredentials
Initializes a new instance of the LoginCredentials class
Top
Properties
  NameDescription
Public propertyPassword
Password
Public propertyTicket
A ticket that is retreived from the passport service
Public propertyType
Type of login
Public propertyUserName
User name
Public propertyWorkstationId
Workstation id. A unique id representing the computer
Top
See Also