Method | Description | |
---|---|---|
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
ChangePasswordQuestionAndAnswer ( string username, string password, string newPasswordQuestion, string newPasswordAnswer ) : bool | ||
ConfirmAccount ( string accountConfirmationToken ) : bool | ||
CreateAccount ( string userName, string password, string email, bool requireConfirmationToken ) : string | ||
CreateUser ( string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus, &status ) : MembershipUser | ||
DeleteAccount ( string userName ) : bool | ||
DeleteUser ( string username, bool deleteAllRelatedData ) : bool | ||
ExtendedValidateUser ( string userNameOrEmail, string password ) : string | ||
FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserCollection | ||
FindUsersByName ( string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserCollection | ||
GeneratePasswordResetToken ( string userName, int tokenExpirationInMinutesFromNow ) : string | ||
GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : MembershipUserCollection | ||
GetCreateDate ( string userName ) : System.DateTime | ||
GetLastPasswordFailureDate ( string userName ) : System.DateTime | ||
GetNumberOfUsersOnline ( ) : int | ||
GetPassword ( string username, string answer ) : string | ||
GetPasswordChangedDate ( string userName ) : System.DateTime | ||
GetPasswordFailuresSinceLastSuccess ( string userName ) : int | ||
GetUser ( object providerUserKey, bool userIsOnline ) : MembershipUser | ||
GetUser ( string userName, bool userIsOnline ) : System.Web.Security.MembershipUser | ||
GetUserIdFromPasswordResetToken ( string token ) : System.Guid | ||
GetUserNameByEmail ( string email ) : string | ||
Initialize ( string name, System config ) : void | ||
IsConfirmed ( string userName ) : bool | ||
ResetPassword ( string username, string answer ) : string | ||
ResetPasswordWithToken ( string token, string newPassword ) : bool | ||
UnlockUser ( string userName ) : bool | ||
UpdateUser ( MembershipUser user ) : void | ||
ValidateUser ( string username, string password ) : bool |
Method | Description | |
---|---|---|
CreateArgumentNullOrEmptyException ( string paramName ) : ArgumentException |
public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
userName | string | |
oldPassword | string | |
newPassword | string | |
return | bool |
public ChangePasswordQuestionAndAnswer ( string username, string password, string newPasswordQuestion, string newPasswordAnswer ) : bool | ||
username | string | |
password | string | |
newPasswordQuestion | string | |
newPasswordAnswer | string | |
return | bool |
public ConfirmAccount ( string accountConfirmationToken ) : bool | ||
accountConfirmationToken | string | |
return | bool |
public CreateAccount ( string userName, string password, string email, bool requireConfirmationToken ) : string | ||
userName | string | |
password | string | |
string | ||
requireConfirmationToken | bool | |
return | string |
public CreateUser ( string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus, &status ) : MembershipUser | ||
username | string | |
password | string | |
string | ||
passwordQuestion | string | |
passwordAnswer | string | |
isApproved | bool | |
providerUserKey | object | |
status | MembershipCreateStatus, | |
return | MembershipUser |
public DeleteAccount ( string userName ) : bool | ||
userName | string | |
return | bool |
public DeleteUser ( string username, bool deleteAllRelatedData ) : bool | ||
username | string | |
deleteAllRelatedData | bool | |
return | bool |
public ExtendedValidateUser ( string userNameOrEmail, string password ) : string | ||
userNameOrEmail | string | |
password | string | |
return | string |
public FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserCollection | ||
emailToMatch | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | MembershipUserCollection |
public FindUsersByName ( string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserCollection | ||
usernameToMatch | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | MembershipUserCollection |
public GeneratePasswordResetToken ( string userName, int tokenExpirationInMinutesFromNow ) : string | ||
userName | string | |
tokenExpirationInMinutesFromNow | int | |
return | string |
public GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : MembershipUserCollection | ||
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | MembershipUserCollection |
public GetCreateDate ( string userName ) : System.DateTime | ||
userName | string | |
return | System.DateTime |
public GetLastPasswordFailureDate ( string userName ) : System.DateTime | ||
userName | string | |
return | System.DateTime |
public GetPassword ( string username, string answer ) : string | ||
username | string | |
answer | string | |
return | string |
public GetPasswordChangedDate ( string userName ) : System.DateTime | ||
userName | string | |
return | System.DateTime |
public GetPasswordFailuresSinceLastSuccess ( string userName ) : int | ||
userName | string | |
return | int |
public GetUser ( object providerUserKey, bool userIsOnline ) : MembershipUser | ||
providerUserKey | object | |
userIsOnline | bool | |
return | MembershipUser |
public GetUser ( string userName, bool userIsOnline ) : System.Web.Security.MembershipUser | ||
userName | string | |
userIsOnline | bool | |
return | System.Web.Security.MembershipUser |
public GetUserIdFromPasswordResetToken ( string token ) : System.Guid | ||
token | string | |
return | System.Guid |
public GetUserNameByEmail ( string email ) : string | ||
string | ||
return | string |
public Initialize ( string name, System config ) : void | ||
name | string | |
config | System | |
return | void |
public IsConfirmed ( string userName ) : bool | ||
userName | string | |
return | bool |
public ResetPassword ( string username, string answer ) : string | ||
username | string | |
answer | string | |
return | string |
public ResetPasswordWithToken ( string token, string newPassword ) : bool | ||
token | string | |
newPassword | string | |
return | bool |
public UpdateUser ( MembershipUser user ) : void | ||
user | MembershipUser | |
return | void |
public ValidateUser ( string username, string password ) : bool | ||
username | string | |
password | string | |
return | bool |