C# Class ArmedCards.BusinessLogic.DomainServices.Game.ValidatePassphrase

Implementation of IValidatePassphrase
Inheritance: Base.IValidatePassphrase
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
Execute ( Entities game, String passphrase ) : bool

Validate the passhrase policy

Execute ( Entities.Game game, String passphrase ) : bool

Validate the passhrase policy

Method Details

Execute() public méthode

Validate the passhrase policy
public Execute ( Entities game, String passphrase ) : bool
game Entities
passphrase String The user supplied passphrase
Résultat bool

Execute() public méthode

Validate the passhrase policy
public Execute ( Entities.Game game, String passphrase ) : bool
game Entities.Game
passphrase String The user supplied passphrase
Résultat bool