C# Class Contrive.Auth.Web.WebAuthenticationService

Inheritance: IAuthenticationService
Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
SignIn ( IUser user, bool rememberMe = false ) : bool

User is already authenticated. We are telling forms authentication who he is.

SignOut ( ) : void
WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security

Method Details

SignIn() public méthode

User is already authenticated. We are telling forms authentication who he is.
public SignIn ( IUser user, bool rememberMe = false ) : bool
user IUser
rememberMe bool
Résultat bool

SignOut() public méthode

public SignOut ( ) : void
Résultat void

WebAuthenticationService() public méthode

public WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security
formsAuthService IFormsAuthService
Résultat System.Web.Security