.NET Framework Class Library for Silverlight
IsolatedStorageSecurityState Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

Namespace:  System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
<SecurityCriticalAttribute> _
Public Class IsolatedStorageSecurityState _
    Inherits SecurityState
Visual Basic (Usage)
Dim instance As IsolatedStorageSecurityState
C#
[SecurityCriticalAttribute]
public class IsolatedStorageSecurityState : SecurityState
Visual C++
[SecurityCriticalAttribute]
public ref class IsolatedStorageSecurityState : public SecurityState
JScript
public class IsolatedStorageSecurityState extends SecurityState
Inheritance Hierarchy

System..::.Object
  System.Security..::.SecurityState
    System.IO.IsolatedStorage..::.IsolatedStorageSecurityState
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Page view tracker