C# 클래스 InstaTax.Core.DomainObjects.PasswordHistory

파일 보기 프로젝트 열기: bagheera/tax 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetLastThreePriorPasswords IList

공개 메소드들

메소드 설명
Add ( Password priorOnePassword ) : void
IsSameAsPriorPasswords ( String newPassword ) : bool
PasswordHistory ( ) : System

비공개 메소드들

메소드 설명
GetLastThreePriorPasswords ( ) : IList

메소드 상세

Add() 공개 메소드

public Add ( Password priorOnePassword ) : void
priorOnePassword Password
리턴 void

IsSameAsPriorPasswords() 공개 메소드

public IsSameAsPriorPasswords ( String newPassword ) : bool
newPassword String
리턴 bool

PasswordHistory() 공개 메소드

public PasswordHistory ( ) : System
리턴 System