ClaimActionCollectionMapExtensions.MapJsonSubKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MapJsonSubKey(ClaimActionCollection, String, String, String) |
從具有指定最上層索引鍵名稱和第二層子機碼名稱的 json 使用者資料中選取第二層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,這個無動作。 |
MapJsonSubKey(ClaimActionCollection, String, String, String, String) |
從具有指定最上層索引鍵名稱和第二層子機碼名稱的 json 使用者資料中選取第二層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,這個無動作。 |
MapJsonSubKey(ClaimActionCollection, String, String, String)
從具有指定最上層索引鍵名稱和第二層子機碼名稱的 json 使用者資料中選取第二層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,這個無動作。
public:
[System::Runtime::CompilerServices::Extension]
static void MapJsonSubKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey, System::String ^ subKey);
public static void MapJsonSubKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey, string subKey);
static member MapJsonSubKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * string -> unit
<Extension()>
Public Sub MapJsonSubKey (collection As ClaimActionCollection, claimType As String, jsonKey As String, subKey As String)
參數
- collection
- ClaimActionCollection
- claimType
- String
建立宣告時,要用於 Claim.Type 的值。
- jsonKey
- String
要尋找 json 使用者資料的最上層索引鍵。
- subKey
- String
要尋找 json 使用者資料的第二層索引鍵。
適用於
MapJsonSubKey(ClaimActionCollection, String, String, String, String)
從具有指定最上層索引鍵名稱和第二層子機碼名稱的 json 使用者資料中選取第二層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,這個無動作。
public:
[System::Runtime::CompilerServices::Extension]
static void MapJsonSubKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey, System::String ^ subKey, System::String ^ valueType);
public static void MapJsonSubKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey, string subKey, string valueType);
static member MapJsonSubKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * string * string -> unit
<Extension()>
Public Sub MapJsonSubKey (collection As ClaimActionCollection, claimType As String, jsonKey As String, subKey As String, valueType As String)
參數
- collection
- ClaimActionCollection
- claimType
- String
建立宣告時,要用於 Claim.Type 的值。
- jsonKey
- String
要尋找 json 使用者資料的最上層索引鍵。
- subKey
- String
要尋找 json 使用者資料的第二層索引鍵。
- valueType
- String
建立 Claim.ValueType 時,要用於 Claim.ValueType 的值。