C# 클래스 OzarkRecovery.Infrastructure.Services.SecurityContextService

상속: ISecurityContextService
파일 보기 프로젝트 열기: ozarkrecovery/TracerBullet

공개 메소드들

메소드 설명
Create ( string username, bool persist = false ) : void
Destroy ( string username ) : void

메소드 상세

Create() 공개 메소드

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

Destroy() 공개 메소드

public Destroy ( string username ) : void
username string
리턴 void