ClaimActionCollectionUniqueExtensions.MapUniqueJsonKey メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MapUniqueJsonKey(ClaimActionCollection, String, String) |
指定したキー名を持つ json ユーザー データから最上位レベルの値を選択し、要求として追加します。 ClaimsIdentity に指定された ClaimType を持つ要求が既に含まれている場合、この操作は実行されません。 キーが見つからないか、値が空の場合、この操作は実行されません。 |
MapUniqueJsonKey(ClaimActionCollection, String, String, String) |
指定したキー名を持つ json ユーザー データから最上位レベルの値を選択し、要求として追加します。 ClaimsIdentity に指定された ClaimType を持つ要求が既に含まれている場合、この操作は実行されません。 キーが見つからないか、値が空の場合、この操作は実行されません。 |
MapUniqueJsonKey(ClaimActionCollection, String, String)
指定したキー名を持つ json ユーザー データから最上位レベルの値を選択し、要求として追加します。 ClaimsIdentity に指定された ClaimType を持つ要求が既に含まれている場合、この操作は実行されません。 キーが見つからないか、値が空の場合、この操作は実行されません。
public:
[System::Runtime::CompilerServices::Extension]
static void MapUniqueJsonKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey);
public static void MapUniqueJsonKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey);
static member MapUniqueJsonKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string -> unit
<Extension()>
Public Sub MapUniqueJsonKey (collection As ClaimActionCollection, claimType As String, jsonKey As String)
パラメーター
- collection
- ClaimActionCollection
- claimType
- String
要求の作成時に Claim.Type に使用する値。
- jsonKey
- String
json ユーザー データで検索する最上位のキー。
適用対象
MapUniqueJsonKey(ClaimActionCollection, String, String, String)
指定したキー名を持つ json ユーザー データから最上位レベルの値を選択し、要求として追加します。 ClaimsIdentity に指定された ClaimType を持つ要求が既に含まれている場合、この操作は実行されません。 キーが見つからないか、値が空の場合、この操作は実行されません。
public:
[System::Runtime::CompilerServices::Extension]
static void MapUniqueJsonKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey, System::String ^ valueType);
public static void MapUniqueJsonKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey, string valueType);
static member MapUniqueJsonKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * string -> unit
<Extension()>
Public Sub MapUniqueJsonKey (collection As ClaimActionCollection, claimType As String, jsonKey As String, valueType As String)
パラメーター
- collection
- ClaimActionCollection
- claimType
- String
要求の作成時に Claim.Type に使用する値。
- jsonKey
- String
json ユーザー データで検索する最上位のキー。
- valueType
- String
Claim の作成時に Claim.ValueType に使用する値。