Click or drag to resize
LoginStrategyBaseCredentials Property
Returns the login credentials. Only called from within the APi

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 abstract LoginCredentials Credentials { get; }

Property Value

Type: LoginCredentials

Implements

ILoginStrategyCredentials
See Also