LocalLogOnContext Class

Represents the context for validating the credentials of a local user account.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.ExtensibilityLocalLogOnContext

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class LocalLogOnContext

The LocalLogOnContext type exposes the following members.

Constructors
  NameDescription
Public methodLocalLogOnContext
Initializes a new instance of the LocalLogOnContext class.
Top
Properties
  NameDescription
Public propertyAccountId
Gets or sets the ID of the account associated with the credentials.
Public propertyCredentials
Gets the collection of log on credentials.
Public propertyFailedLogOnCount
Gets or sets the current number consecutive failed log on attempts for the account.
Public propertyFailureMessage
Gets or sets a failure message associated with the operation.
Public propertyLockedUntil
Gets or sets the time until which the account is locked.
Public propertyProviderData
Gets a dictionary which can be used to pass data retrieved by the provider's PopulateLocalLogOnContext(LocalLogOnContext) implementation that is required by the ValidateLocalUserLogOnCredentials(LocalLogOnContext) implementation.
Public propertyValidateCredentialsFailureReason
Gets or sets an optional reason associated with the result of ValidateLocalUserLogOnCredentials(LocalLogOnContext).
Top
See Also