IAccountsProviderResetFailedLogOnInfo Method

Resets any information about failed logon attempts for the specified account.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void ResetFailedLogOnInfo(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The ID of the account.
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.
See Also