ILogOnServiceGetLogOnToken Method (String, String)

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 (24.3.0.1000)
Syntax
GetLogOnTokenResult GetLogOnToken(
	string accountName,
	string password
)

Parameters

accountName
Type: SystemString
The account name.
password
Type: SystemString
The password.

Return Value

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