C# Class MyStory.Services.FormsAuthenticationService

Inheritance: IAuthenticationService
Afficher le fichier Open project: RayKwon/MyStory

Méthodes publiques

Méthode Description
LogOut ( ) : void
SetAuthCookie ( string userName, bool rememberMe ) : void

Method Details

LogOut() public méthode

public LogOut ( ) : void
Résultat void

SetAuthCookie() public méthode

public SetAuthCookie ( string userName, bool rememberMe ) : void
userName string
rememberMe bool
Résultat void