WebSecurity.GetPasswordChangedDate(String) Method

Definition

Returns the date and time when the password was most recently changed for the specified membership account.

public static DateTime GetPasswordChangedDate (string userName);
static member GetPasswordChangedDate : string -> DateTime
Public Shared Function GetPasswordChangedDate (userName As String) As DateTime

Parameters

userName
String

The user name of the account.

Returns

The date and time when the password was most recently changed, or MinValue if the password has not been changed for this account.

Exceptions

The Initialize(String, NameValueCollection) method was not called.-or-The InitializeDatabaseConnection method was not called.-or-The SimpleMembershipProvider membership provider is not registered in the configuration of your site. For more information, contact your site's system administrator.

Applies to