C# Class Dovetail.SDK.Bootstrap.Authentication.FormsAuthenticationService

Inheritance: IFormsAuthenticationService
Afficher le fichier Open project: DovetailSoftware/dovetail-bootstrap

Méthodes publiques

Méthode Description
FormsAuthenticationService ( ILogger logger ) : System.Web.Security
SetAuthCookie ( string username, bool createPersistentCookie ) : void
SignOut ( ) : void

Method Details

FormsAuthenticationService() public méthode

public FormsAuthenticationService ( ILogger logger ) : System.Web.Security
logger ILogger
Résultat System.Web.Security

SetAuthCookie() public méthode

public SetAuthCookie ( string username, bool createPersistentCookie ) : void
username string
createPersistentCookie bool
Résultat void

SignOut() public méthode

public SignOut ( ) : void
Résultat void