Class ClaimsIdentityHelper
Inheritance
ClaimsIdentityHelper
Assembly: SoCore.dll
Syntax
public static class ClaimsIdentityHelper : Object
Fields
SupportedTokens
Declaration
public static readonly SoTokenType[] SupportedTokens
Field Value
Methods
CanCreateIdentityFromToken(String)
Declaration
public static bool CanCreateIdentityFromToken(string token)
Parameters
Type |
Name |
Description |
String |
token |
|
Returns
CreatePasswordIdentity(String, String)
Declaration
public static ClaimsIdentity CreatePasswordIdentity(string userName, string password)
Parameters
Returns
CreateTokenIdentity(String)
Declaration
public static ClaimsIdentity CreateTokenIdentity(string token)
Parameters
Type |
Name |
Description |
String |
token |
|
Returns
DetectTokenType(String)
Declaration
public static SoTokenType DetectTokenType(string token)
Parameters
Type |
Name |
Description |
String |
token |
|
Returns