LogOnOptions Class

The options class used for logging on.
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 LogOnOptions : LogOnTokenOptions

The LogOnOptions type exposes the following members.

Constructors
 NameDescription
Public methodLogOnOptionsInitializes a new instance of the LogOnOptions class
Top
Properties
 NameDescription
Public propertyAccountNameGets or sets the account name.
(Inherited from LogOnTokenOptions)
Public propertyAccountProperties Gets or sets the properties of the account which will be created or updated during the logon operation.
Public propertyCredentialsGets or sets a collection of credentials.
(Inherited from LogOnTokenOptions)
Public propertyCulture Gets the culture to associate with the log-on.
Public propertyCultureName Gets or sets the name of the culture to associate with the log on.
Public propertyCustomAttributes Gets or sets a collection containing custom attribute values which will be added to the logon session.
Public propertyDeleteOtherSessions Gets or sets a value indicating whether other sessions should be deleted if required in order to make the logon succeed.
Public propertyEffectiveAccountName Gets or sets a LogOnCredential corresponding to AccountName in the EffectiveCredentials collection.
(Inherited from LogOnTokenOptions)
Public propertyEffectiveCredentials Gets or sets the credentials for the effective account to be logged on. See remarks.
(Inherited from LogOnTokenOptions)
Public propertyEnforceSessionRestrictions Gets or sets a value indicating whether certain session restrictions are validated during the logon sequence.
Public propertyIsWindowsLogOn Gets or sets a value indicating whether the current Windows identity should be used to authenticate.
(Inherited from LogOnTokenOptions)
Public propertyLogOnToken Gets or sets the log on token.
Public propertyPasswordGets or sets the password to use when AccountName is specified.
(Inherited from LogOnTokenOptions)
Public propertyTenantIdGets or sets the ID of the tenant to use for the logon session.
(Inherited from LogOnTokenOptions)
Public propertyTimeZone Gets the time zone to associate with the log on.
Public propertyTimeZoneId Gets or sets the ID of the time zone to associate with the log on.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between LogOnOptions and LogOnParameters.
Top
See Also