Sdílet prostřednictvím


JsonSubKeyClaimAction(String, String, String, String) Konstruktor

Definice

Vytvoří novou JsonSubKeyClaimAction.

public:
 JsonSubKeyClaimAction(System::String ^ claimType, System::String ^ valueType, System::String ^ jsonKey, System::String ^ subKey);
public JsonSubKeyClaimAction (string claimType, string valueType, string jsonKey, string subKey);
new Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction : string * string * string * string -> Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction
Public Sub New (claimType As String, valueType As String, jsonKey As String, subKey As String)

Parametry

claimType
String

Hodnota, která se má použít pro Claim.Type při vytváření deklarace identity.

valueType
String

Hodnota, která se má použít pro Claim.ValueType při vytváření deklarace identity.

jsonKey
String

Klíč nejvyšší úrovně, který se má hledat v uživatelských datech JSON.

subKey
String

Klíč druhé úrovně, který se má hledat v uživatelských datech JSON.

Platí pro