IsolatedStorage.ApplicationIdentity プロパティ

定義

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

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

プロパティ値

Application ID を表すObject

属性

例外

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

IsolatedStorage オブジェクトは、アプリケーション IsolatedStorageScopeによって分離されません。

注釈

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

適用対象