Udostępnij za pośrednictwem


JsonSubKeyClaimAction(String, String, String, String) Konstruktor

Definicja

Tworzy nowy plik 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

Wartość, która ma być używana dla obiektu Claim.Type podczas tworzenia oświadczenia.

valueType
String

Wartość, która ma być używana dla obiektu Claim.ValueType podczas tworzenia oświadczenia.

jsonKey
String

Klucz najwyższego poziomu do wyszukania w danych użytkownika json.

subKey
String

Drugi klucz poziomu do wyszukania w danych użytkownika json.

Dotyczy