IdentityConfigurationElement::SaveBootstrapContext Property
.NET Framework (current version)
Gets or sets a value that indicates whether to save the bootstrap context in claims identities and session security tokens created by the handlers configured in this identity collection.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("saveBootstrapContext", IsRequired = false, DefaultValue = false)] property bool SaveBootstrapContext { bool get(); void set(bool value); }
Corresponds to the saveBootStrapContext attribute of the <identityConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: