C# 클래스 ArmedCards.BusinessLogic.DomainServices.Game.ValidatePassphrase

Implementation of IValidatePassphrase
상속: Base.IValidatePassphrase
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Execute ( Entities game, String passphrase ) : bool

Validate the passhrase policy

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

Validate the passhrase policy

메소드 상세

Execute() 공개 메소드

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

Execute() 공개 메소드

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