IdentityConfiguration.SaveBootstrapContext Property

Definition

Gets or sets a value that indicates whether the BootstrapContext object is saved in the ClaimsIdentity and Sessions after token validation.

public:
 property bool SaveBootstrapContext { bool get(); void set(bool value); };
public bool SaveBootstrapContext { get; set; }
member this.SaveBootstrapContext : bool with get, set
Public Property SaveBootstrapContext As Boolean

Property Value

true if bootstrap context is saved; otherwise, false.

Applies to