Obtains isolated storage corresponding to the given application domain and the assembly evidence objects and types.
- scope
A bitwise combination of the enumeration values.
- domainEvidence
An object that contains the application domain identity.
- domainEvidenceType
The identity type to choose from the application domain evidence.
- assemblyEvidence
An object that contains the code assembly identity.
- assemblyEvidenceType
The identity type to choose from the application code assembly evidence.
![]()
An object that represents the parameters.
If the scope parameter is IsolatedStorageScope.Domain and the application domain in which the assembly is installed does not have System.Security.Permissions.IsolatedStorageFilePermission, the IsolatedStorageFile.GetStore(IsolatedStorageScope, Type, Type) method will return an System.IO.IsolatedStorage.IsolatedStorageFile object without a quota. Later attempts to create an System.IO.IsolatedStorage.IsolatedStorageFile object using the System.IO.IsolatedStorage.IsolatedStorageFile object that does not have a quota will fail with an System.IO.IsolatedStorage.IsolatedStorageException.