SecurityTokenHandlerConfigurationElement.SaveBootstrapContext Propiedad

Definición

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

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

true para guardar ; BootstrapContexten caso contrario, false.

Atributos

Comentarios

Corresponde al saveBootstrapContext atributo del <securityTokenHandlerConfiguration> elemento .

Se aplica a