CodeAccessPermission.IStackWalk.Assert Method

Definition

Asserts that the calling code can access the resource identified by the current permission object, even if callers higher in the stack have not been granted permission to access the resource.

 virtual void System.Security.IStackWalk.Assert() = System::Security::IStackWalk::Assert;
void IStackWalk.Assert ();
abstract member System.Security.IStackWalk.Assert : unit -> unit
override this.System.Security.IStackWalk.Assert : unit -> unit
Sub Assert () Implements IStackWalk.Assert

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.

Applies to