Gets an application identity that scopes isolated storage.
<ComVisibleAttribute(False)> _ Public ReadOnly Property ApplicationIdentity As Object
Dim instance As IsolatedStorage Dim value As Object value = instance.ApplicationIdentity
[ComVisibleAttribute(false)] public Object ApplicationIdentity { get; }
[ComVisibleAttribute(false)] public: property Object^ ApplicationIdentity { Object^ get (); }
public function get ApplicationIdentity () : Object
The code lacks the required SecurityPermission to access this object. These permissions are granted by the runtime based on security policy.
The IsolatedStorage object is not isolated by the application IsolatedStorageScope.
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.
for the ability to access evidence. Associated enumeration: SecurityPermissionFlag..::.ControlPolicy
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98