C# Class InstaTax.Core.DomainObjects.PasswordHistory

Afficher le fichier Open project: bagheera/tax Class Usage Examples

Private Properties

Свойство Type Description
GetLastThreePriorPasswords IList

Méthodes publiques

Méthode Description
Add ( Password priorOnePassword ) : void
IsSameAsPriorPasswords ( String newPassword ) : bool
PasswordHistory ( ) : System

Private Methods

Méthode Description
GetLastThreePriorPasswords ( ) : IList

Method Details

Add() public méthode

public Add ( Password priorOnePassword ) : void
priorOnePassword Password
Résultat void

IsSameAsPriorPasswords() public méthode

public IsSameAsPriorPasswords ( String newPassword ) : bool
newPassword String
Résultat bool

PasswordHistory() public méthode

public PasswordHistory ( ) : System
Résultat System