Freigeben über


SessionStateSection.UseHostingIdentity Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob für den Sitzungszustand ggf. Clientidentitätswechsel verwendet oder immer zur Hostidentität zurückgekehrt wird, oder legt diesen fest.

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

Eigenschaftswert

Boolean

true, wenn die Webanwendung zur Hostidentität zurückkehren soll, andernfalls false. Der Standardwert ist true.

Attribute

Gilt für