共用方式為


SecurityTokenHandlerConfiguration.SaveBootstrapContext 屬性

定義

取得或設定值,指出是否要在權杖驗證之後將啟動程序內容 (權杖) 儲存在 ClaimsIdentity 和工作階段中。

public:
 property bool SaveBootstrapContext { bool get(); void set(bool value); };
public bool SaveBootstrapContext { get; set; }
member this.SaveBootstrapContext : bool with get, set
Public Property SaveBootstrapContext As Boolean

屬性值

true 表示要儲存啟動程序權杖,否則為 false

適用於