Sdílet prostřednictvím


JsonKeyClaimAction(String, String, String) Konstruktor

Definice

Vytvoří novou JsonKeyClaimAction.

public:
 JsonKeyClaimAction(System::String ^ claimType, System::String ^ valueType, System::String ^ jsonKey);
public JsonKeyClaimAction (string claimType, string valueType, string jsonKey);
new Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction : string * string * string -> Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction
Public Sub New (claimType As String, valueType As String, jsonKey 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.

Platí pro