SecurityTokenHandlerConfigurationElement.SaveBootstrapContext Egenskap

Definition

Hämtar eller anger ett värde som anger om bootstrap-kontexten ska sparas i anspråksidentiteter och sessionssäkerhetstoken som skapats av de hanterare som konfigurerats i den här identitetssamlingen.

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

Egenskapsvärde

true för att spara BootstrapContext, annars false.

Attribut

Kommentarer

saveBootstrapContext Motsvarar elementets <securityTokenHandlerConfiguration> attribut.

Gäller för