UniqueJsonKeyClaimAction(String, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい UniqueJsonKeyClaimAction を作成します。
public:
UniqueJsonKeyClaimAction(System::String ^ claimType, System::String ^ valueType, System::String ^ jsonKey);
public UniqueJsonKeyClaimAction (string claimType, string valueType, string jsonKey);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims.UniqueJsonKeyClaimAction : string * string * string -> Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims.UniqueJsonKeyClaimAction
Public Sub New (claimType As String, valueType As String, jsonKey As String)
パラメーター
- claimType
- String
要求の作成時に Claim.Type に使用する値。
- valueType
- String
Claim の作成時に Claim.ValueType に使用する値。
- jsonKey
- String
json ユーザー データで検索する最上位のキー。