C# Class Sinbadsoft.Lib.UserManagement.Authentication.AuthenticationTokenManager

An implementation of IAuthenticationTokenManager based on FormsAuthentication.
Inheritance: IAuthenticationTokenManager
Mostrar archivo Open project: Sinbadsoft/Sinbadsoft.Lib.UserManagement

Public Methods

Method Description
Remove ( ) : void
Set ( string email, int id, bool persistent = false, string data = null ) : void
Verify ( ) : AuthenticatedUserInfo

Method Details

Remove() public method

public Remove ( ) : void
return void

Set() public method

public Set ( string email, int id, bool persistent = false, string data = null ) : void
email string
id int
persistent bool
data string
return void

Verify() public method

public Verify ( ) : AuthenticatedUserInfo
return AuthenticatedUserInfo