April 2002
Intermediate to advanced
816 pages
20h 56m
English
By Matthew Lyons
IN THIS CHAPTER
In the .NET world, most applications do not need to explicitly write security measures. They get it “for free” from the .NET Framework class library. However, the default security provided by the .NET Framework class library isn't always sufficient. Perhaps an application will need to access a resource that wasn't exposed by the .NET Framework. Another possibility is that the .NET Framework class library did not expose resources in a way that an application needed. In these cases, a .NET developer ...