SessionStateSection.UseHostingIdentity Proprietà

Definizione

Ottiene o imposta un valore che specifica se lo stato della sessione userà la rappresentazione client quando disponibile o ripristina sempre l'identità host.

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

Valore della proprietà

true se l'applicazione Web deve ripristinare l'identità di hosting; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a