LocalLogOnContext Properties

The LocalLogOnContext type exposes the following members.

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