JsonKeyClaimAction(String, String, String) Konstruktor

Definition

Erstellt eine neue 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)

Parameter

claimType
String

Der Wert, der für Claim.Type beim Erstellen eines Anspruchs verwendet werden soll.

valueType
String

Der Wert, der für Claim.ValueType beim Erstellen eines Anspruchs verwendet werden soll.

jsonKey
String

Der Schlüssel der obersten Ebene, nach dem in den JSON-Benutzerdaten gesucht werden soll.

Gilt für: