Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
WhoCanHelpMe
Infrastructure
Security
IdentityService
C# Class WhoCanHelpMe.Infrastructure.Security.IdentityService
Inheritance:
IIdentityService
Afficher le fichier
Open project: jongeorge1/Who-Can-Help-Me
Méthodes publiques
Méthode
Description
Authenticate
(
string
userId
) :
void
GetCurrentIdentity
( ) :
IIdentity
IsSignedIn
( ) :
bool
SignOut
( ) :
void
Method Details
Authenticate()
public
méthode
public
Authenticate
(
string
userId
) :
void
userId
string
Résultat
void
GetCurrentIdentity()
public
méthode
public
GetCurrentIdentity
( ) :
IIdentity
Résultat
IIdentity
IsSignedIn()
public
méthode
public
IsSignedIn
( ) :
bool
Résultat
bool
SignOut()
public
méthode
public
SignOut
( ) :
void
Résultat
void