메소드 | 설명 | |
---|---|---|
AccountMembershipService ( ) : System | ||
AccountMembershipService ( |
||
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
CreateUser ( string userName, string password, string email ) : MembershipCreateStatus | ||
ValidateUser ( string userName, string password ) : bool |
public AccountMembershipService ( |
||
provider | ||
리턴 | System |
public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
userName | string | |
oldPassword | string | |
newPassword | string | |
리턴 | bool |
public CreateUser ( string userName, string password, string email ) : MembershipCreateStatus | ||
userName | string | |
password | string | |
string | ||
리턴 | MembershipCreateStatus |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
리턴 | bool |