Method | Description | |
---|---|---|
AccountMembershipService ( ) : System | ||
AccountMembershipService ( |
||
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
CreateUser ( string userName, string password, string email ) : MembershipCreateStatus | ||
IsValidUser ( string userName ) : bool | ||
ResetPassword ( string userName, string email = null ) : bool | ||
ResetPasswordNoEmail ( string userName ) : string | ||
UnlockUserNoEmail ( string userName ) : bool | ||
ValidateUser ( string userName, string password ) : bool |
public AccountMembershipService ( |
||
provider | ||
return | System |
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 ) : MembershipCreateStatus | ||
userName | string | |
password | string | |
string | ||
return | MembershipCreateStatus |
public IsValidUser ( string userName ) : bool | ||
userName | string | |
return | bool |
public ResetPassword ( string userName, string email = null ) : bool | ||
userName | string | |
string | ||
return | bool |
public ResetPasswordNoEmail ( string userName ) : string | ||
userName | string | |
return | string |
public UnlockUserNoEmail ( string userName ) : bool | ||
userName | string | |
return | bool |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
return | bool |