Property | Type | Description | |
---|---|---|---|
UpdateSelf | void | ||
UpdateUser | void |
Method | Description | |
---|---|---|
ChangePassword ( string oldPassword, string newPassword ) : bool | ||
ChangePasswordQuestionAndAnswer ( string password, string newPasswordQuestion, string newPasswordAnswer ) : bool | ||
GetPassword ( ) : string | ||
GetPassword ( string answer ) : string | ||
MembershipUser ( string name, object providerUserKey, string email, string passwordQuestion, string comment, bool isApproved, bool isLockedOut, System.DateTime creationDate, System.DateTime lastLoginDate, System.DateTime lastActivityDate, System.DateTime lastPasswordChangedDate, System.DateTime lastLockoutDate ) : System | ||
ResetPassword ( ) : string | ||
ResetPassword ( string answer ) : string | ||
ToString ( ) : string | ||
UnlockUser ( ) : bool |
Method | Description | |
---|---|---|
MembershipUser ( ) : System |
Method | Description | |
---|---|---|
UpdateSelf ( |
||
UpdateUser ( ) : void |
public ChangePassword ( string oldPassword, string newPassword ) : bool | ||
oldPassword | string | |
newPassword | string | |
return | bool |
public ChangePasswordQuestionAndAnswer ( string password, string newPasswordQuestion, string newPasswordAnswer ) : bool | ||
password | string | |
newPasswordQuestion | string | |
newPasswordAnswer | string | |
return | bool |
public GetPassword ( string answer ) : string | ||
answer | string | |
return | string |
public MembershipUser ( string name, object providerUserKey, string email, string passwordQuestion, string comment, bool isApproved, bool isLockedOut, System.DateTime creationDate, System.DateTime lastLoginDate, System.DateTime lastActivityDate, System.DateTime lastPasswordChangedDate, System.DateTime lastLockoutDate ) : System | ||
name | string | |
providerUserKey | object | |
string | ||
passwordQuestion | string | |
comment | string | |
isApproved | bool | |
isLockedOut | bool | |
creationDate | System.DateTime | |
lastLoginDate | System.DateTime | |
lastActivityDate | System.DateTime | |
lastPasswordChangedDate | System.DateTime | |
lastLockoutDate | System.DateTime | |
return | System |
public ResetPassword ( string answer ) : string | ||
answer | string | |
return | string |