PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Updates the last login date and reset the failed password count and window.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public void UpdateLastLoginDate(
	int userID
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub UpdateLastLoginDate ( _
	userID As Integer _
)

Parameters

userID
Int32
The user ID.

See Also

Advanced