ClaimActionCollectionUniqueExtensions.MapUniqueJsonKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MapUniqueJsonKey(ClaimActionCollection, String, String) |
從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果 ClaimsIdentity 已經包含具有指定 ClaimType 的 Claim,則此無作業。 如果找不到索引鍵或值是空的,則不會執行此作業。 |
MapUniqueJsonKey(ClaimActionCollection, String, String, String) |
從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果 ClaimsIdentity 已經包含具有指定 ClaimType 的 Claim,則此無作業。 如果找不到索引鍵或值是空的,則不會執行此作業。 |
MapUniqueJsonKey(ClaimActionCollection, String, String)
從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果 ClaimsIdentity 已經包含具有指定 ClaimType 的 Claim,則此無作業。 如果找不到索引鍵或值是空的,則不會執行此作業。
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 時,要用於 Claim.Type 的值。
- jsonKey
- String
在 json 使用者資料中尋找的最上層索引鍵。
適用於
MapUniqueJsonKey(ClaimActionCollection, String, String, String)
從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果 ClaimsIdentity 已經包含具有指定 ClaimType 的 Claim,則此無作業。 如果找不到索引鍵或值是空的,則不會執行此作業。
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 時,要用於 Claim.Type 的值。
- jsonKey
- String
在 json 使用者資料中尋找的最上層索引鍵。
- valueType
- String
建立 Claim.ValueType 時,要用於 Claim.ValueType 的值。