JsonSubKeyClaimAction(String, String, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい 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 番目のレベルのキー。