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