次の方法で共有


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

プロパティ値

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

属性

適用対象