次の方法で共有


IsolatedStorage.DomainIdentity プロパティ

分離ストレージのスコープを指定するドメイン ID を取得します。

Public ReadOnly Property DomainIdentity As Object
[C#]
public object DomainIdentity {get;}
[C++]
public: __property Object* get_DomainIdentity();
[JScript]
public function get DomainIdentity() : Object;

プロパティ値

Domain ID を表す Object

例外

例外の種類 条件
SecurityException オブジェクトにアクセスするために必要な SecurityPermission がコードにありません。これらのアクセス許可は、セキュリティ ポリシーに基づいてランタイムによって与えられます。
InvalidOperationException IsolatedStorage が、ドメイン ID で指定される IsolatedStorageScope ごとには分離されていません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

IsolatedStorage クラス | IsolatedStorage メンバ | System.IO.IsolatedStorage 名前空間