C# Class RavenGallery.Core.Security.AuthenticationService

Inheritance: IAuthenticationService
Afficher le fichier Open project: robashton/RavenGallery

Méthodes publiques

Méthode Description
SignIn ( string username, bool persistent ) : void
SignOut ( ) : void

Method Details

SignIn() public méthode

public SignIn ( string username, bool persistent ) : void
username string
persistent bool
Résultat void

SignOut() public méthode

public SignOut ( ) : void
Résultat void