NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeAccessPermission.RevertAll

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();

Remarks

If there are no overrides for the current frame, this has no effect.

See Also

CodeAccessPermission Class | CodeAccessPermission Members | System.Security Namespace