Open this page in the API Guide

ILogOnService.LogOn Method (ICollection<LogOnCredential>, Boolean)

Logs on a local user using the 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
LogOnResult LogOn(
	ICollection<LogOnCredential> credentials,
	bool deleteOtherSessions
)

Parameters

credentials
Type: System.Collections.Generic.ICollection<LogOnCredential>
The credentials.
deleteOtherSessions
Type: System.Boolean
A flag indicating if other sessions should be deleted if required for the logon to succeed.

Return Value

Type: LogOnResult
An object describing the result of the logon operation.
Exceptions
ExceptionCondition
ArgumentExceptioncredentials is null or empty.
See Also