C# Class RavenGallery.Core.Security.AuthenticationService

Inheritance: IAuthenticationService
Datei anzeigen Open project: robashton/RavenGallery

Public Methods

Method Description
SignIn ( string username, bool persistent ) : void
SignOut ( ) : void

Method Details

SignIn() public method

public SignIn ( string username, bool persistent ) : void
username string
persistent bool
return void

SignOut() public method

public SignOut ( ) : void
return void