ILogOnServiceGetLogOnToken Method (String, String) | 
 Gets a logon token using the provided account name and password.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxGetLogOnTokenResult GetLogOnToken(
	string accountName,
	string password
)
Function GetLogOnToken ( 
	accountName As String,
	password As String
) As GetLogOnTokenResult
GetLogOnTokenResult^ GetLogOnToken(
	String^ accountName, 
	String^ password
)
abstract GetLogOnToken : 
        accountName : string * 
        password : string -> GetLogOnTokenResult 
Parameters
- accountName
 - Type: SystemString
The account name. - password
 - Type: SystemString
The password. 
Return Value
Type: 
GetLogOnTokenResultAn object describing the result of the authentication operation.
Exceptions
See Also