ILogOnServiceGetLogOnToken Method (ICollectionLogOnCredential) | 
 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.3.0.1000)
SyntaxGetLogOnTokenResult GetLogOnToken(
	ICollection<LogOnCredential> credentials
)
Function GetLogOnToken ( 
	credentials As ICollection(Of LogOnCredential)
) As GetLogOnTokenResult
GetLogOnTokenResult^ GetLogOnToken(
	ICollection<LogOnCredential>^ credentials
)
abstract GetLogOnToken : 
        credentials : ICollection<LogOnCredential> -> GetLogOnTokenResult 
Parameters
- credentials
 - Type: System.Collections.GenericICollectionLogOnCredential
The credentials. 
Return Value
Type: 
GetLogOnTokenResultAn object describing the result of the authentication operation.
Exceptions
See Also