IAccountsProviderUpdateLogOnFailureInfo Method

Note: This API is now obsolete.

Updates the log on failure information.

Namespace: Dundas.BI.AccountServices.Extensibility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[ObsoleteAttribute("Use IAccountsProvider2.UpdateDynamicAccountProperties")]
void UpdateLogOnFailureInfo(
	Guid accountId,
	int failedLogOnCount,
	DateTime? lockedUntil
)

Parameters

accountId  Guid
The ID of the account.
failedLogOnCount  Int32
The new number of consecutive failed logon attempts.
lockedUntil  NullableDateTime
The time until which the account is locked, or if the account is not yet locked.
Remarks
Note  Notes to Implementers
If the account lockout feature is not used, this method may have an empty implementation.
Note  Notes to Implementers
This method should not throw any exceptions.
If IAccountsProvider2 is implemented, this method will never be called.
See Also