C# 클래스 WhoCanHelpMe.Infrastructure.Security.IdentityService

상속: IIdentityService
파일 보기 프로젝트 열기: jongeorge1/Who-Can-Help-Me

공개 메소드들

메소드 설명
Authenticate ( string userId ) : void
GetCurrentIdentity ( ) : IIdentity
IsSignedIn ( ) : bool
SignOut ( ) : void

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string userId ) : void
userId string
리턴 void

GetCurrentIdentity() 공개 메소드

public GetCurrentIdentity ( ) : IIdentity
리턴 IIdentity

IsSignedIn() 공개 메소드

public IsSignedIn ( ) : bool
리턴 bool

SignOut() 공개 메소드

public SignOut ( ) : void
리턴 void