Evidence Explained
Evidence provides the basic building blocks for how code access security can work on .NET Framework code. An example of evidence about code is its SHA1 hash value.
This value is a cryptographically strong piece of information that is unique for different pieces of code. Thus, it is useful in providing identification.
TIP
For more information on cryptographic hash values, see Chapter 30, “Using Cryptography with the .NET Framework: The Basics.”
There are two key points to remember about evidence:
Evidence applies to executing code itself, not the user who is executing the code.
Evidence is applied to the granularity of assemblies and application domains.
TIP
Application domains will be mentioned several times in this book. They ...
Get .NET Framework Security now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.