IsolatedStorage.ApplicationIdentity プロパティ

定義

分離ストレージのスコープを指定するアプリケーション ID を取得します。

public:
 property System::Object ^ ApplicationIdentity { System::Object ^ get(); };
public object ApplicationIdentity { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public object ApplicationIdentity { get; }
member this.ApplicationIdentity : obj
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ApplicationIdentity : obj
Public ReadOnly Property ApplicationIdentity As Object

プロパティ値

Object ID を表す Application

属性

例外

オブジェクトにアクセスするために必要な SecurityPermission がコードにありません。 これらのアクセス許可は、セキュリティ ポリシーに基づいてランタイムによって与えられます。

IsolatedStorage オブジェクトが、アプリケーション ID で指定される IsolatedStorageScope ごとには分離されていません。

注釈

アプリケーションの定義には、アプリケーションに関連付けられているすべてのアセンブリが含まれるため、この種類の ID を使用して、アプリケーションに関連付けられているアセンブリのみが分離ストレージにアクセスできるようにします。

適用対象