IdentityConfigurationElement.SaveBootstrapContext Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Bootstrap-Kontext in Anspruchsidentitäten und Sitzungssicherheitstoken gespeichert werden soll, die von den in dieser Identitätssammlung konfigurierten Handlern erstellt wurden.

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

Eigenschaftswert

true zum Speichern des BootstrapContext; andernfalls false.

Attribute

Hinweise

Entspricht dem saveBootStrapContext Attribut des <identityConfiguration> Elements.

Gilt für:

Weitere Informationen