Local |
The LocalLogOnContext type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalLogOnContext | Initializes a new instance of the LocalLogOnContext class. |
| Name | Description | |
|---|---|---|
| AccountId | Gets or sets the ID of the account associated with the credentials. | |
| Credentials | Gets the collection of log on credentials. | |
| FailedLogOnCount | Gets or sets the current number consecutive failed log on attempts for the account. | |
| FailureMessage | Gets or sets a failure message associated with the operation. | |
| LockedUntil | Gets or sets the time until which the account is locked. | |
| ProviderData | 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. | |
| ValidateCredentialsFailureReason | Gets or sets an optional reason associated with the result of ValidateLocalUserLogOnCredentials(LocalLogOnContext). |