Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IsolatedStorage::GetPermission Method (PermissionSet^)

 

When implemented by a derived class, returns a permission that represents access to isolated storage from within a permission set.

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

protected:
virtual IsolatedStoragePermission^ GetPermission(
	PermissionSet^ ps
) abstract

Parameters

ps
Type: System.Security::PermissionSet^

The PermissionSet object that contains the set of permissions granted to code attempting to use isolated storage.

You call this method on derived classes to determine what permission type governs their use, and to return the permission of the type that has been granted. Use this information to determine the allowable quota and any other derived class-specific isolated storage settings.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft