SecurityTokenHandlerConfigurationElement::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.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("saveBootstrapContext", IsRequired = false, 
	DefaultValue = false)]
property bool SaveBootstrapContext {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to save the BootstrapContext; otherwise, false.

Corresponds to the saveBootstrapContext attribute of the <securityTokenHandlerConfiguration> element.

.NET Framework
Available since 4.5
Return to top
Show: