Click or drag to resize
ILoginStrategy Interface
Contract that denotes an login strategy

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 interface ILoginStrategy

The ILoginStrategy type exposes the following members.

Properties
  NameDescription
Public propertyBlockTimeout
Blocking timeout. Used when logging in sycnhcronosly to block execution. Used as timeout for error event when async.
Public propertyCredentials
Prepares Login credentials
Top
See Also