SecurityTokenHandlerConfigurationElement.SaveBootstrapContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否要將啟動程序內容儲存在宣告識別中,以及此識別集合所設定之處理常式所建立的工作階段安全性權杖中。
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
屬性。