ILogOnServiceLogOn(ICollectionLogOnCredential, Boolean) Method |
Logs on a local user using the provided set of credentials.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxLogOnResult LogOn(
ICollection<LogOnCredential> credentials,
bool deleteOtherSessions
)
Function LogOn (
credentials As ICollection(Of LogOnCredential),
deleteOtherSessions As Boolean
) As LogOnResult
LogOnResult^ LogOn(
ICollection<LogOnCredential>^ credentials,
bool deleteOtherSessions
)
abstract LogOn :
credentials : ICollection<LogOnCredential> *
deleteOtherSessions : bool -> LogOnResult Parameters
- credentials ICollectionLogOnCredential
- The credentials.
- deleteOtherSessions Boolean
- A flag indicating if other sessions should be deleted if required for the logon to succeed.
Return Value
LogOnResultAn object describing the result of the logon operation.
Exceptions
See Also