SessionStateSection.UseHostingIdentity プロパティ

定義

セッション状態が使用可能な場合にクライアントの偽装を使用するか、常にホスティング ID に戻すかを指定する値を取得または設定します。

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

プロパティ値

true Web アプリケーションがホスティング ID に戻す必要がある場合。それ以外の場合は false。 既定値は true です。

属性

適用対象