This method causes all previous overrides for the current frame (assert, deny, and/or permit-only) to be removed and no longer in effect.
[Visual Basic] Public Shared Sub RevertAll() [C#] public static void RevertAll(); [C++] public: static void RevertAll(); [JScript] public static function RevertAll();
If there are no overrides for the current frame, this has no effect.
CodeAccessPermission Class | CodeAccessPermission Members | System.Security Namespace