Method | Description | |
---|---|---|
AccountMembershipService ( ) : System | ||
AccountMembershipService ( |
||
ActivateMember ( string username, string key ) : bool | ||
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
CreateUser ( string userName, string password, string email, bool forceActivation = false ) : MembershipCreateStatus | ||
DeleteUser ( string userName ) : bool | ||
GetAdminMapping ( IEnumerable |
||
GetAllUsers ( int pageValue, int PageSize, int &itemTotal ) : System.Web.Security.MembershipUserCollection | ||
GetAuthData ( string username ) : AuthJson | ||
GetPassword ( string username, string answer ) : string | ||
GetUser ( string username ) : System.Web.Security.MembershipUser | ||
GetUserByMail ( string email ) : string | ||
ResetPassword ( string email ) : bool | ||
TryCreateAccount ( string email, |
Try to create an account for the given mail and data, already activated if account aleady exists, do nothing
|
|
TryCreateAccount ( string email, string password, |
Try to create an account for the given mail and data, already activated if account aleady exists, do nothing
|
|
UnlockMember ( string username ) : bool | ||
ValidateUser ( string userName, string password ) : bool |
Method | Description | |
---|---|---|
TryCreateAccount ( string email, string password, bool dummyPassword, |
Try to create an account for the given mail and data, already activated if account aleady exists, do nothing
|
public AccountMembershipService ( |
||
provider | ||
return | System |
public ActivateMember ( string username, string key ) : bool | ||
username | string | |
key | string | |
return | bool |
public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
userName | string | |
oldPassword | string | |
newPassword | string | |
return | bool |
public CreateUser ( string userName, string password, string email, bool forceActivation = false ) : MembershipCreateStatus | ||
userName | string | |
password | string | |
string | ||
forceActivation | bool | |
return | MembershipCreateStatus |
public GetAdminMapping ( IEnumerable |
||
members | IEnumerable |
|
return | IEnumerable |
public GetAllUsers ( int pageValue, int PageSize, int &itemTotal ) : System.Web.Security.MembershipUserCollection | ||
pageValue | int | |
PageSize | int | |
itemTotal | int | |
return | System.Web.Security.MembershipUserCollection |
public GetAuthData ( string username ) : AuthJson | ||
username | string | |
return | AuthJson |
public GetPassword ( string username, string answer ) : string | ||
username | string | |
answer | string | |
return | string |
public GetUser ( string username ) : System.Web.Security.MembershipUser | ||
username | string | |
return | System.Web.Security.MembershipUser |
public GetUserByMail ( string email ) : string | ||
string | ||
return | string |
public TryCreateAccount ( string email, |
||
string | email of the account to create | |
memberData | member data of the account | |
memberId | int | filled by the fectched account |
forceActivation | bool | |
return | bool |
public TryCreateAccount ( string email, string password, |
||
string | email of the account to create | |
password | string | account password |
memberData | member data of the account | |
memberId | int | filled by the fectched account |
forceActivation | bool | |
return | bool |
public UnlockMember ( string username ) : bool | ||
username | string | |
return | bool |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
return | bool |