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