System.IO.IsolatedStorage.IsolatedStorage.ApplicationIdentity Property

Gets an application identity that scopes isolated storage.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public object ApplicationIdentity { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Since the definition of an application includes all assemblies associated with the application, you can use this type of identity to ensure that only assemblies associated with the application have access to the isolated storage.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0