C# 클래스 Nancy.Security.MembershipUser

상속: IUserIdentity
파일 보기 프로젝트 열기: GestUAB/GestUAB 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateSelf void
UpdateUser void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
MembershipUser ( ) : System

비공개 메소드들

메소드 설명
UpdateSelf ( MembershipUser fromUser ) : void
UpdateUser ( ) : void

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( string oldPassword, string newPassword ) : bool
oldPassword string
newPassword string
리턴 bool

ChangePasswordQuestionAndAnswer() 공개 메소드

public ChangePasswordQuestionAndAnswer ( string password, string newPasswordQuestion, string newPasswordAnswer ) : bool
password string
newPasswordQuestion string
newPasswordAnswer string
리턴 bool

GetPassword() 공개 메소드

public GetPassword ( ) : string
리턴 string

GetPassword() 공개 메소드

public GetPassword ( string answer ) : string
answer string
리턴 string

MembershipUser() 보호된 메소드

protected MembershipUser ( ) : System
리턴 System

MembershipUser() 공개 메소드

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
email string
passwordQuestion string
comment string
isApproved bool
isLockedOut bool
creationDate System.DateTime
lastLoginDate System.DateTime
lastActivityDate System.DateTime
lastPasswordChangedDate System.DateTime
lastLockoutDate System.DateTime
리턴 System

ResetPassword() 공개 메소드

public ResetPassword ( ) : string
리턴 string

ResetPassword() 공개 메소드

public ResetPassword ( string answer ) : string
answer string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnlockUser() 공개 메소드

public UnlockUser ( ) : bool
리턴 bool