LogOnTokenOptions Class

The options class used for getting a log on token.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLogOnTokenOptions
    Dundas.BI.WebApi.ModelsLogOnOptions

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

The LogOnTokenOptions type exposes the following members.

Constructors
 NameDescription
Public methodLogOnTokenOptionsInitializes a new instance of the LogOnTokenOptions class
Top
Properties
 NameDescription
Public propertyAccountNameGets or sets the account name.
Public propertyCredentialsGets 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 propertyPasswordGets or sets the password to use when AccountName is specified.
Public propertyTenantIdGets or sets the ID of the tenant to use for the logon session.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between LogOnOptions and LogOnParameters.
Top
See Also