Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
WhoCanHelpMe
Infrastructure
Security
IdentityService
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