Taal

SessionStateSection.UseHostingIdentity Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of de sessiestatus clientimitatie gebruikt wanneer deze beschikbaar is, of die altijd wordt teruggezet naar de hostingidentiteit.

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

Waarde van eigenschap

true als de webtoepassing moet terugkeren naar de hostingidentiteit; anders, false. De standaardwaarde is true.

Kenmerken

Van toepassing op