Method | Description | |
---|---|---|
ChangePassword ( string username, string oldPwd, string newPwd ) : bool | ||
ChangePasswordQuestionAndAnswer ( string username, string password, string newPwdQuestion, string newPwdAnswer ) : bool | ||
CreateUser ( string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus &status ) : System.Web.Security.MembershipUser | ||
DeleteUser ( string username, bool deleteAllRelatedData ) : bool | ||
FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Security.MembershipUserCollection | ||
FindUsersByName ( string nameToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Security.MembershipUserCollection | ||
GeneratePassword ( ) : string | ||
GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : System.Web.Security.MembershipUserCollection | ||
GetNumberOfUsersOnline ( ) : int | ||
GetPassword ( string username, string answer ) : string | ||
GetUser ( object providerUserKey, bool userIsOnline ) : System.Web.Security.MembershipUser | ||
GetUser ( string username, bool userIsOnline ) : System.Web.Security.MembershipUser | ||
GetUserNameByEmail ( string email ) : string | ||
Initialize ( string name, |
||
ResetPassword ( string username, string answer ) : string | ||
UnlockUser ( string username ) : bool | ||
UpdateUser ( System.Web.Security.MembershipUser user ) : void | ||
ValidateUser ( string username, string password ) : bool |
Method | Description | |
---|---|---|
AddParameter ( |
||
AddParameter ( |
||
AddParameter ( |
||
BuildMembershipUser ( |
||
BuildMembershipUserCollection ( |
||
CheckParam ( string pName, string p, int length ) : void | ||
CheckPassword ( string password ) : bool | ||
CreateConnection ( ) : |
||
DecodePassword ( string password, MembershipPasswordFormat passwordFormat ) : string | ||
EmitValidatingPassword ( string username, string password, bool isNewUser ) : void | ||
EncodePassword ( string password, MembershipPasswordFormat passwordFormat, string salt ) : string | ||
GetBoolConfigValue ( |
||
GetEnumConfigValue ( |
||
GetIntConfigValue ( |
||
GetPasswordInfo ( string username ) : PasswordInfo | ||
GetReturnValue ( |
||
GetStringConfigValue ( |
||
GetUserFromReader ( System.Data.Common.DbDataReader reader, string username, object userId ) : System.Web.Security.MembershipUser | ||
UpdateUserInfo ( string username, PasswordInfo pi, bool isPasswordCorrect, bool updateLoginActivity ) : void | ||
ValidateUsingPassword ( string username, string password ) : PasswordInfo |
public ChangePassword ( string username, string oldPwd, string newPwd ) : bool | ||
username | string | |
oldPwd | string | |
newPwd | string | |
return | bool |
public ChangePasswordQuestionAndAnswer ( string username, string password, string newPwdQuestion, string newPwdAnswer ) : bool | ||
username | string | |
password | string | |
newPwdQuestion | string | |
newPwdAnswer | string | |
return | bool |
public CreateUser ( string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus &status ) : System.Web.Security.MembershipUser | ||
username | string | |
password | string | |
string | ||
pwdQuestion | string | |
pwdAnswer | string | |
isApproved | bool | |
providerUserKey | object | |
status | MembershipCreateStatus | |
return | System.Web.Security.MembershipUser |
public DeleteUser ( string username, bool deleteAllRelatedData ) : bool | ||
username | string | |
deleteAllRelatedData | bool | |
return | bool |
public FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Security.MembershipUserCollection | ||
emailToMatch | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | System.Web.Security.MembershipUserCollection |
public FindUsersByName ( string nameToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Security.MembershipUserCollection | ||
nameToMatch | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | System.Web.Security.MembershipUserCollection |
public GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : System.Web.Security.MembershipUserCollection | ||
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | System.Web.Security.MembershipUserCollection |
public GetPassword ( string username, string answer ) : string | ||
username | string | |
answer | string | |
return | string |
public GetUser ( object providerUserKey, bool userIsOnline ) : System.Web.Security.MembershipUser | ||
providerUserKey | object | |
userIsOnline | bool | |
return | System.Web.Security.MembershipUser |
public GetUser ( string username, bool userIsOnline ) : System.Web.Security.MembershipUser | ||
username | string | |
userIsOnline | bool | |
return | System.Web.Security.MembershipUser |
public GetUserNameByEmail ( string email ) : string | ||
string | ||
return | string |
public Initialize ( string name, |
||
name | string | |
config | ||
return | void |
public ResetPassword ( string username, string answer ) : string | ||
username | string | |
answer | string | |
return | string |
public UpdateUser ( System.Web.Security.MembershipUser user ) : void | ||
user | System.Web.Security.MembershipUser | |
return | void |
public ValidateUser ( string username, string password ) : bool | ||
username | string | |
password | string | |
return | bool |