CodeAccessPermission.IStackWalk.Assert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Submit and view feedback for