C# Class System.Security.Permissions.IsolatedStoragePermission

Inheritance: System.Security.CodeAccessPermission, IUnrestrictedPermission
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
FromXml ( SecurityElement esd ) : void
IsUnrestricted ( ) : bool
ToXml ( ) : SecurityElement

Protected Methods

Method Description
IsolatedStoragePermission ( PermissionState state ) : System

Private Methods

Method Description
IsolatedStoragePermission ( IsolatedStorageContainment UsageAllowed, long ExpirationDays, bool PermanentData ) : System
IsolatedStoragePermission ( IsolatedStorageContainment UsageAllowed, long ExpirationDays, bool PermanentData, long UserQuota ) : System
ToXml ( String permName ) : SecurityElement
max ( long x, long y ) : long
min ( long x, long y ) : long

Method Details

FromXml() public method

public FromXml ( SecurityElement esd ) : void
esd System.Security.SecurityElement
return void

IsUnrestricted() public method

public IsUnrestricted ( ) : bool
return bool

IsolatedStoragePermission() protected method

protected IsolatedStoragePermission ( PermissionState state ) : System
state PermissionState
return System

ToXml() public method

public ToXml ( ) : SecurityElement
return System.Security.SecurityElement