IdentityConfigurationElement.SaveBootstrapContext Propriedade

Definição

Obtém ou define um valor que indica se deve guardar o contexto bootstrap nas identidades de reivindicações e tokens de segurança de sessão criados pelos handlers configurados nesta coleção 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 Propriedade

true para salvar o BootstrapContext; caso contrário, false.

Atributos

Observações

Corresponde ao saveBootStrapContext atributo do <identityConfiguration> elemento.

Aplica-se a

Ver também