C# Class OzarkRecovery.Infrastructure.Services.SecurityContextService

Inheritance: ISecurityContextService
Exibir arquivo Open project: ozarkrecovery/TracerBullet

Public Methods

Method Description
Create ( string username, bool persist = false ) : void
Destroy ( string username ) : void

Method Details

Create() public method

public Create ( string username, bool persist = false ) : void
username string
persist bool
return void

Destroy() public method

public Destroy ( string username ) : void
username string
return void