CodeAccessPermission.IStackWalk.Deny Method
Definition
Causes every Demand() for the current object that passes through the calling code to fail.
virtual void System.Security.IStackWalk.Deny() = System::Security::IStackWalk::Deny;
void IStackWalk.Deny ();
abstract member System.Security.IStackWalk.Deny : unit -> unit
override this.System.Security.IStackWalk.Deny : unit -> unit
Sub Deny () Implements IStackWalk.Deny
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the CodeAccessPermission instance is cast to an IStackWalk interface.