CodeAccessPermission.IStackWalk.Demand Method
Definition
Determines at run time whether all callers in the call stack have been granted the permission specified by the current permission object.
virtual void System.Security.IStackWalk.Demand() = System::Security::IStackWalk::Demand;
void IStackWalk.Demand ();
abstract member System.Security.IStackWalk.Demand : unit -> unit
override this.System.Security.IStackWalk.Demand : unit -> unit
Sub Demand () Implements IStackWalk.Demand
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.