ILogOnServiceLogOn(String, String, Boolean, CultureInfo) Method

Logs on using the provided account name and password.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
LogOnResult LogOn(
	string accountName,
	string password,
	bool deleteOtherSessions,
	CultureInfo? explicitCulture
)

Parameters

accountName  String
The account name.
password  String
The password.
deleteOtherSessions  Boolean
A flag indicating if other sessions should be deleted if required for the logon to succeed.
explicitCulture  CultureInfo
The culture to associate with the session, or to use the default culture for the account.

Return Value

LogOnResult
An object describing the result of the logon operation.
Exceptions
ExceptionCondition
ArgumentException At least one of accountName and password are or empty.
See Also