IdentityConfiguration.SaveBootstrapContext Propiedad

Definición

Obtiene o establece un valor que indica si el BootstrapContext objeto se guarda en y Sesiones después de la ClaimsIdentity validación del token.

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

Valor de propiedad

true si se guarda el contexto de arranque; de lo contrario, false.

Se aplica a