Open this page in the API Guide

ILogOnService.GetLogOnToken Method (LogOnParameters)

Gets a logon token according to the specified parameters.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
GetLogOnTokenResult GetLogOnToken(
	LogOnParameters parameters
)

Parameters

parameters
Type: Dundas.BI.AccountServices.LogOnParameters
An object containing the information required to authenticate.

Return Value

Type: GetLogOnTokenResult
An object describing the result of the authentication operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameters is null.
ArgumentExceptionOne or more properties in parameters has an invalid value.
InvalidOperationExceptionparameters did not contain enough information to perform the authentication operation.
See Also