JsonKeyClaimAction 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ClaimAction,它會從具有指定索引鍵名稱的 json 使用者資料中選取最上層值,並將其新增為宣告。 如果找不到索引鍵或值是空的,這個無動作。
public ref class JsonKeyClaimAction : Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimAction
public class JsonKeyClaimAction : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction
type JsonKeyClaimAction = class
inherit ClaimAction
Public Class JsonKeyClaimAction
Inherits ClaimAction
- 繼承
- 衍生
建構函式
JsonKeyClaimAction(String, String, String) |
建立新的 JsonKeyClaimAction。 |
屬性
ClaimType |
取得建立宣告時要使用的 Value 值。 (繼承來源 ClaimAction) |
JsonKey |
要尋找 json 使用者資料的最上層索引鍵。 |
ValueType |
取得建立宣告時要使用的 ValueType 值。 (繼承來源 ClaimAction) |
方法
Run(JObject, ClaimsIdentity, String) |
檢查指定的 userData json、判斷必要資料是否存在,並選擇性地將它新增為 ClaimsIdentity 上的新宣告。 |
Run(JObject, ClaimsIdentity, String) |
檢查指定的 userData json、判斷必要資料是否存在,並選擇性地將它新增為 ClaimsIdentity 上的新宣告。 (繼承來源 ClaimAction) |
Run(JsonElement, ClaimsIdentity, String) |
檢查指定的 userData JSON、判斷必要資料是否存在,並選擇性地將它新增為 ClaimsIdentity 上的新宣告。 |
Run(JsonElement, ClaimsIdentity, String) |
檢查指定的 userData JSON、判斷必要資料是否存在,並選擇性地將它新增為 ClaimsIdentity 上的新宣告。 (繼承來源 ClaimAction) |