IIsonasConnection Logon Method Isonas .NET Client API Documentation
Login to the Isonas system

Namespace: Bsw.Isonas.Dotnet.Client.Core
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

Task<IISonasSession> Logon(
	string username,
	SecureString password
)

Return Value

Type: OnlineTask IISonasSession 
A session to execute commands on
Exceptions

See Also