Indicates whether or not the permission is unrestricted.
[Visual Basic] Overridable Public Function IsUnrestricted() As Boolean [C#] public virtual bool IsUnrestricted(); [C++] public: virtual bool IsUnrestricted(); [JScript] public function IsUnrestricted() : Boolean;
Returns true if the current permission object is unrestricted; returns false otherwise.
An unrestricted permission object represents access to any and all resources protected by the permission.
IsolatedStoragePermission Class | IsolatedStoragePermission Members | System.Security.Permissions Namespace