ILogOnServiceGetLogOnToken Method (LogOnParameters) |
Gets a logon token for the current Windows identity.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxGetLogOnTokenResult GetLogOnToken(
LogOnParameters parameters
)
Function GetLogOnToken (
parameters As LogOnParameters
) As GetLogOnTokenResult
GetLogOnTokenResult^ GetLogOnToken(
LogOnParameters^ parameters
)
abstract GetLogOnToken :
parameters : LogOnParameters -> GetLogOnTokenResult
Parameters
- parameters
- Type: Dundas.BI.AccountServicesLogOnParameters
An object containing the information required to authenticate.
Return Value
Type:
GetLogOnTokenResultAn object describing the result of the authentication operation.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | parameters is . |
| ArgumentException | One or more properties in parameters has an invalid value. |
| InvalidOperationException | parameters did not contain enough information to perform the authentication operation.
|
See Also