SecurityTokenHandlerConfiguration.SaveBootstrapContext Property

Definition

Gets or sets a value that indicates whether the bootstrap context (token) 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 to save the bootstrap token; otherwise, false.

Applies to