SessionStateSection.UseHostingIdentity Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Sitzungszustand den Clientidentitätswechsel verwendet, wenn verfügbar, oder wird immer auf die Hostingidentität zurückgesetzt.

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

truewenn die Webanwendung auf die Hostingidentität zurückgesetzt werden soll; andernfalls . false Der Standardwert ist true.

Attribute

Gilt für: