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;
An unrestricted permission object represents access to any and all resources protected by the permission.
ReflectionPermission Class | ReflectionPermission Members | System.Security.Permissions Namespace