Sdílet prostřednictvím


SessionStateSection.UseHostingIdentity Vlastnost

Definice

Získá nebo nastaví hodnotu určující, zda stav relace bude používat zosobnění klienta, pokud je k dispozici, nebo se vždy vrátí k identitě hostování.

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

Hodnota vlastnosti

Boolean

truepokud by se webová aplikace měla vrátit k hostování identity; v opačném případě . false Výchozí hodnota je true.

Atributy

Platí pro