Errata

Programming .NET Security

Errata for Programming .NET Security

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page xiv
6th paragraph (Chapter 6)

Period in wrong place:
"...provided with the. NET Framework."
should be
"...provided with the .NET Framework."

Anonymous   
Printed
Page back cover
2nd paragraph

Double "not only" in "...not only provide not only a comprehensive overview..."

Anonymous   
Printed
Page 4
1st bullet point

Missing apostrophe in
"Security is a known requirement of the systems users."
It should be
"Security is a known requirement of the system's users."

Anonymous   
Printed
Page 18
2nd to last paragraph

Should be "created" instead of "creating" in
"...SumNumbers.netmodule is creating from a C# class..."
it should say:
"...SumNumbers.netmodule is created from a C# class..."

Anonymous   
Printed
Page 41
4th paragraph

Incorrect use of "it's". Should be "its" in
"...leaving development of it's components to individual development teams."

Anonymous   
Printed
Page 47
1st paragraph

"In this regard, your unit testing is a simplified form of the security testing that we proscribe below."
it should be:
"In this regard, your unit testing is a simplified form of the security testing that we prescribe below."
It should be "prescribe" not "proscribe"

Anonymous   
Printed
Page 47
last paragraph

It should be "is focused" instead of "are focused" and "is progressing" instead of
"is in progressing" in "The first generation of tools are focused on testing the
...configuration of an application and the .NET runtime, but work is in progressing on more complex software that ...
should be:
...configuration of an application and the .NET runtime, but work is progressing on more complex software that ...

Anonymous   
Printed
Page 106
1st Paragraph

In contrast, because the FilIOPermission class ...
This should be
In contrast, because the FileIOPermission class ...

Anonymous   
Printed
Page 107
Table 7-2

Change StringName to StrongName under Evidence type represented

Anonymous   
Printed
Page 118
Using the SecurityPermission class, 1st paragraph

"SecurtityPermisson" in the first sentence is spelled incorrectly.
It should be: "SecurityPermission"

Anonymous   
Printed
Page 313
Table 13-2:

Description for ComputeHash has incorrect cross-reference.
It should read:
See the "Hashing Data from Memory" and "Hashing Streamed Data" sections in this chapter for full details.

Anonymous   
Printed
Page 517
3rd Paragraph

The .NET Framework exposes ELS functionality through the System.Diagnotics.EventLog class;
should be:
The .NET Framework exposes ELS functionality through the System.Diagnostics.EventLog class;

Anonymous