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

Implementation of IValidatePassphrase
Inheritance: Base.IValidatePassphrase
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method 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 method

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

Execute() public method

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