C# Class UserInterface.Models.Authentication

Show file Open project: phillipknauss/CqrsSiteEngine

Public Methods

Method Description
SetLogin ( LogOnModel model, ReadModel user ) : void
SignOff ( ) : void
UserValidated ( LogOnModel model ) : bool

Method Details

SetLogin() public static method

public static SetLogin ( LogOnModel model, ReadModel user ) : void
model LogOnModel
user ReadModel
return void

SignOff() public static method

public static SignOff ( ) : void
return void

UserValidated() public static method

public static UserValidated ( LogOnModel model ) : bool
model LogOnModel
return bool