Share via


SecurityTokenHandlerConfigurationElement.SaveBootstrapContext 屬性

定義

取得或設定值,指出是否要將啟動程序內容儲存在宣告識別中,以及此識別集合所設定之處理常式所建立的工作階段安全性權杖中。

public:
 property bool SaveBootstrapContext { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("saveBootstrapContext", DefaultValue=false, IsRequired=false)]
public bool SaveBootstrapContext { get; set; }
[<System.Configuration.ConfigurationProperty("saveBootstrapContext", DefaultValue=false, IsRequired=false)>]
member this.SaveBootstrapContext : bool with get, set
Public Property SaveBootstrapContext As Boolean

屬性值

true 表示儲存 BootstrapContext,否則為 false

屬性

備註

對應至 <securityTokenHandlerConfiguration> 項目的 saveBootstrapContext 屬性。

適用於