ILogOnServiceGetLogOnToken(String, String) Method

Gets a logon token 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
GetLogOnTokenResult GetLogOnToken(
	string accountName,
	string password
)

Parameters

accountName  String
The account name.
password  String
The password.

Return Value

GetLogOnTokenResult
An object describing the result of the authentication operation.
Exceptions
ExceptionCondition
ArgumentExceptionaccountName or password is or empty.
See Also