Click or drag to resize

LoginCredentials Constructor

Initializes a new instance of the LoginCredentials class

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LoginCredentials(
	string username,
	string password
)

Parameters

username  String

[Missing <param name="username"/> documentation for "M:Altaxo.DataConnection.LoginCredentials.#ctor(System.String,System.String)"]

password  String

[Missing <param name="password"/> documentation for "M:Altaxo.DataConnection.LoginCredentials.#ctor(System.String,System.String)"]

See Also