JsonSubKeyClaimAction(String, String, String, String) コンストラクター

定義

新しい 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)

パラメーター

claimType
String

要求の作成時に Claim.Type に使用する値。

valueType
String

Claim の作成時に Claim.ValueType に使用する値。

jsonKey
String

json ユーザー データで検索する最上位のキー。

subKey
String

json ユーザー データで検索する 2 番目のレベルのキー。

適用対象