Summary

for RuBoard

In this chapter we have attempted to explain the basics of .NET security. .NET security comes in two flavors: user identity security and code access security. The former determines which identity is executing code. The latter determines what rights the executing code has. Between the two you have the basic tools to provide robust applications.

What is missing from .NET security right now is distributed identity and distributed code access security. Remote code cannot use policy information to make decisions, and identity is not automatically transferred through remote calls.

for RuBoard


Application Development Using C# and .NET
Application Development Using C# and .NET
ISBN: 013093383X
EAN: 2147483647
Year: 2001
Pages: 158

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net