Method | Description | |
---|---|---|
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
CreateUser ( |
||
CreateUser ( string userName, string password, string email ) : MembershipCreateStatus | ||
FelbookAccountMembershipService ( |
||
ValidateUser ( string userName, string password ) : bool |
public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
userName | string | |
oldPassword | string | |
newPassword | string | |
return | bool |
public CreateUser ( |
||
model | ||
return | MembershipCreateStatus |
public CreateUser ( string userName, string password, string email ) : MembershipCreateStatus | ||
userName | string | |
password | string | |
string | ||
return | MembershipCreateStatus |
public FelbookAccountMembershipService ( |
||
db | ||
return | System |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
return | bool |