LogOnOptions Class |
Namespace: Dundas.BI.WebApi.Models
The LogOnOptions type exposes the following members.
Name | Description | |
---|---|---|
LogOnOptions | Initializes a new instance of the LogOnOptions class |
Name | Description | |
---|---|---|
AccountName | Gets or sets the account name. (Inherited from LogOnTokenOptions.) | |
Credentials | Gets or sets a collection of credentials. (Inherited from LogOnTokenOptions.) | |
Culture |
Gets the culture to associate with the log-on.
| |
CultureName |
Gets or sets the name of the culture to associate with the log on.
| |
DeleteOtherSessions |
Gets or sets a value indicating whether other sessions should be deleted if
required in order to make the logon succeed.
| |
EffectiveAccountName | (Inherited from LogOnTokenOptions.) | |
EffectiveCredentials |
Gets or sets the credentials for the effective account to be logged on. See remarks.
(Inherited from LogOnTokenOptions.) | |
EnforceSessionRestrictions |
Gets or sets a value indicating whether certain session restrictions are validated during the logon sequence.
| |
IsWindowsLogOn |
Gets or sets a value indicating whether the current Windows identity should be used to authenticate.
(Inherited from LogOnTokenOptions.) | |
LogOnToken |
Gets or sets the log on token.
| |
Password | Gets or sets the password to use when AccountName is specified. (Inherited from LogOnTokenOptions.) | |
PerformDataDiscoveryLogon |
Gets or sets a value indicating whether the logon operation should also authenticate the user to the Data Discovery module.
(Inherited from LogOnTokenOptions.) | |
TimeZone |
Gets the time zone to associate with the log on.
| |
TimeZoneId |
Gets or sets the ID of the time zone to associate with the log on.
|
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between LogOnOptions and LogOnParameters.
|