ILogOnServiceGetLogOnToken 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 (24.3.0.1000)
Syntax
GetLogOnTokenResult GetLogOnToken(
	LogOnParameters parameters
)

Parameters

parameters
Type: Dundas.BI.AccountServicesLogOnParameters
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 .
ArgumentExceptionOne or more properties in parameters has an invalid value.
InvalidOperationExceptionparameters did not contain enough information to perform the authentication operation.
See Also