Open this page in the API Guide

ILogOnService.GetLogOnToken Method (ICollection<LogOnCredential>)

Gets a log on token using a provided set of credentials.

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(
	ICollection<LogOnCredential> credentials
)

Parameters

credentials
Type: System.Collections.Generic.ICollection<LogOnCredential>
The credentials.

Return Value

Type: GetLogOnTokenResult
An object describing the result of the authentication operation.
Exceptions
ExceptionCondition
ArgumentNullExceptioncredentials is null.
See Also