System.IO.IsolatedStorage.IsolatedStorage.InitStore Method

Initializes a new System.IO.IsolatedStorage.IsolatedStorage object.

Syntax

protected void InitStore (IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType)

Parameters

scope
A bitwise combination of the System.IO.IsolatedStorage.IsolatedStorageScope values.
domainEvidenceType
The type of System.Security.Policy.Evidence that you can choose from the list of System.Security.Policy.Evidence present in the domain of the calling application. null lets the System.IO.IsolatedStorage.IsolatedStorage object choose the evidence.
assemblyEvidenceType
The type of System.Security.Policy.Evidence that you can choose from the list of System.Security.Policy.Evidence present in the assembly of the calling application. null lets the System.IO.IsolatedStorage.IsolatedStorage object choose the evidence.

Remarks

Derived classes use this method to initialize a new object.

Requirements

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