Méthode | Description | |
---|---|---|
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 ( ) : System | ||
Résultat | System |
public AccountMembershipService ( |
||
provider | ||
Résultat | System |
public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
userName | string | |
oldPassword | string | |
newPassword | string | |
Résultat | bool |
public CreateUser ( string userName, string password, string email ) : MembershipCreateStatus | ||
userName | string | |
password | string | |
string | ||
Résultat | MembershipCreateStatus |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
Résultat | bool |