IdentityConfigurationElement.SaveBootstrapContext Propiedad

Definición

Obtiene o establece un valor que indica si se va a guardar el contexto de arranque en las identidades de notificaciones y los tokens de seguridad de sesión creados por los controladores configurados en esta colección de identidad.

public:
 property bool SaveBootstrapContext { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("saveBootstrapContext", DefaultValue=false, IsRequired=false)]
public bool SaveBootstrapContext { get; set; }
[<System.Configuration.ConfigurationProperty("saveBootstrapContext", DefaultValue=false, IsRequired=false)>]
member this.SaveBootstrapContext : bool with get, set
Public Property SaveBootstrapContext As Boolean

Valor de propiedad

Es true para guardar el objeto BootstrapContext; de lo contrario, false.

Atributos

Comentarios

Se corresponde al atributo saveBootStrapContext del elemento <identityConfiguration>.

Se aplica a

Consulte también