Method | Description | |
---|---|---|
CreateUser ( string userName, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus, &status ) : MembershipUser, | ||
ValidateUser ( string userName, string password ) : bool |
public CreateUser ( string userName, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus, &status ) : MembershipUser, | ||
userName | string | |
password | string | |
string | ||
passwordQuestion | string | |
passwordAnswer | string | |
isApproved | bool | |
providerUserKey | object | |
status | MembershipCreateStatus, | |
return | MembershipUser, |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
return | bool |