SessionStateSection.UseHostingIdentity Proprietà

Definizione

Ottiene o imposta un valore che specifica se lo stato sessione utilizzerà la rappresentazione del client, se disponibile, o se ripristinerà sempre l'identità di hosting.

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