Roles.Domain プロパティ

定義

ロール名のクッキーのドメインの値を取得します。

public:
 static property System::String ^ Domain { System::String ^ get(); };
public static string Domain { get; }
static member Domain : string
Public Shared ReadOnly Property Domain As String

プロパティ値

ロール名のクッキーの Domain

注釈

プロパティ値はDomainroleManager 構成要素の 属性を使用してdomain、ASP.NET アプリケーションの構成で設定されます。

ドメイン属性の構成で値が指定されていない場合、 プロパティは を返nullし、Domainロール名 Cookie ドメインはプロパティの動作に既定でHttpCookieDomain設定されます。

適用対象

こちらもご覧ください