共用方式為


ClaimAction 類別

定義

將使用者資料從 json 結構對應至 ClaimsIdentity 上宣告的基礎結構。

public ref class ClaimAction abstract
public abstract class ClaimAction
type ClaimAction = class
Public MustInherit Class ClaimAction
繼承
ClaimAction
衍生

建構函式

ClaimAction(String, String)

建立新的宣告操作動作。

屬性

ClaimType

取得建立宣告時要使用的 Value 值。

ValueType

取得建立宣告時要使用的 ValueType 值。

方法

Run(JObject, ClaimsIdentity, String)

檢查指定的 userData json、判斷必要資料是否存在,並選擇性地將它新增為 ClaimsIdentity 上的新宣告。

Run(JsonElement, ClaimsIdentity, String)

檢查指定的 userData JSON、判斷必要資料是否存在,並選擇性地將它新增為 ClaimsIdentity 上的新宣告。

適用於