Skip to Content
.NET Framework Security
book

.NET Framework Security

by Brian A. LaMacchia, Sebastian Lange, Matthew Lyons, Rudi Martin, Kevin T. Price
April 2002
Intermediate to advanced
816 pages
20h 56m
English
Addison-Wesley Professional
Content preview from .NET Framework Security

Summary

Stacks are used by computer systems to keep track of the execution of individual threads within the system.

Software, such as debuggers and the .NET Framework security system, can examine a stack to determine the set of nested calls that brought the thread to its current state. Each method in the chain is represented by a frame on the stack.

The .NET Framework security system checks that every method on the stack (or more correctly, every assembly) can satisfy the demand being made. This safeguards against the misuse of trusted but poorly written code by untrusted malicious code (luring attacks).

Stack walk modification operators (such as Assert) can be used by trusted code to control the stack walk. This is principally used to disable ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Programming .NET Security

Programming .NET Security

Adam Freeman, Allen Jones
Pro C# 7: With .NET and .NET Core

Pro C# 7: With .NET and .NET Core

Andrew Troelsen, Philip Japikse
.Net Framework Essentials

.Net Framework Essentials

Thuan L. Thai, Hoang Lam

Publisher Resources

ISBN: 067232184XPurchase book