共用方式為


ClaimActionCollectionMapExtensions.MapJsonKey 方法

定義

多載

MapJsonKey(ClaimActionCollection, String, String)

從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,則不會執行此作業。

MapJsonKey(ClaimActionCollection, String, String, String)

從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,則不會執行此作業。

MapJsonKey(ClaimActionCollection, String, String)

來源:
ClaimActionCollectionMapExtensions.cs
來源:
ClaimActionCollectionMapExtensions.cs
來源:
ClaimActionCollectionMapExtensions.cs

從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,則不會執行此作業。

public:
[System::Runtime::CompilerServices::Extension]
 static void MapJsonKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey);
public static void MapJsonKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey);
static member MapJsonKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string -> unit
<Extension()>
Public Sub MapJsonKey (collection As ClaimActionCollection, claimType As String, jsonKey As String)

參數

claimType
String

建立 Claim.Type 時,要用於 Claim.Type 的值。

jsonKey
String

在 json 使用者資料中尋找的最上層索引鍵。

適用於

MapJsonKey(ClaimActionCollection, String, String, String)

來源:
ClaimActionCollectionMapExtensions.cs
來源:
ClaimActionCollectionMapExtensions.cs
來源:
ClaimActionCollectionMapExtensions.cs

從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,則不會執行此作業。

public:
[System::Runtime::CompilerServices::Extension]
 static void MapJsonKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey, System::String ^ valueType);
public static void MapJsonKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey, string valueType);
static member MapJsonKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * string -> unit
<Extension()>
Public Sub MapJsonKey (collection As ClaimActionCollection, claimType As String, jsonKey As String, valueType As String)

參數

claimType
String

建立 Claim.Type 時,要用於 Claim.Type 的值。

jsonKey
String

在 json 使用者資料中尋找的最上層索引鍵。

valueType
String

建立 Claim.ValueType 時,要用於 Claim.ValueType 的值。

適用於