System.IO.IsolatedStorage.IsolatedStorage.InitStore Method

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

Syntax

protected void InitStore (IsolatedStorageScope scope, Type appEvidenceType)

Parameters

scope
A bitwise combination of the System.IO.IsolatedStorage.IsolatedStorageScope values.
appEvidenceType
The type of System.Security.Policy.Evidence that you can choose from the list of System.Security.Policy.Evidence for 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: 2.0.0.0, 4.0.0.0
Since: .NET 2.0