LogOnTokenOptions Class

The options class used for getting a log on token.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class LogOnTokenOptions

The LogOnTokenOptions type exposes the following members.

Constructors
  NameDescription
Public methodLogOnTokenOptions
Initializes a new instance of the LogOnTokenOptions class
Top
Properties
  NameDescription
Public propertyAccountName
Gets or sets the account name.
Public propertyCredentials
Gets or sets a collection of credentials.
Public propertyEffectiveAccountName
Gets or sets a LogOnCredential corresponding to AccountName in the EffectiveCredentials collection.
Public propertyEffectiveCredentials
Gets or sets the credentials for the effective account to be logged on. See remarks.
Public propertyIsWindowsLogOn
Gets or sets a value indicating whether the current Windows identity should be used to authenticate.
Public propertyPassword
Gets or sets the password to use when AccountName is specified.
Public propertyPerformDataDiscoveryLogon
Gets or sets a value indicating whether the logon operation should also authenticate the user to the Data Discovery module.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between LogOnOptions and LogOnParameters.
Top
See Also