iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (35)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

July 4, 2009
US online advertisers scramble to avoid new privacy legislat...
WebDevTips UK
 
July 4, 2009
Massive Bank Fraud In EVE Online
WebDevTips UK
 
July 4, 2009
Amazon Wants Patent For Inserting Ads Into Books
WebDevTips UK
 
July 4, 2009
Mafia Wars Becoming "Cult Classic"
About
 
July 4, 2009
Facebook Privacy and Google
About
 
July 3, 2009
Why Freelancing is Awesome
About
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /Visual Basic

Security and the .NET 

  Views:    10341
  Votes:    2
by Pawan Bangar 10/09/04 Rating: 

Synopsis:

Most application and component developers should not need anything special in order to work with the .NET security system and take advantage from the safety protection it provides.
Pages: firstback2 forwardlast
The Article

.NET Security

Most application and component developers should not need anything special in order to work with the .NET security system and take advantage from the safety protection it provides.

The only code that represents an exception and requires more in depth knowledge and special consideration of the security system is secure libraries. These are the codes that differentiate between the secure managed world and the unmanaged native code; that is outside the ability of the .NET security system to enforce.

These libraries must be highly trusted to work, and are the areas in the managed code where programming errors can potentially expose security susceptibility. Code access security can't eliminate the potential human error, but compared to the much higher volume of application code that uses a few secure libraries, the amount of code that requires close scrutiny is substantially reduced.

.NET security protects code and data from misuse and damage by other code enforcing security permissions they need and the security policy established by an administrator to grant permissions based on determination of trust, or in some cases refuses to return the code.Trust is based on evidence about the code such as digital signature, where the code comes from, and so forth. Depending on whether granted or not, security enforces control to the respective code.

Pages: firstback2 forwardlast

Similar/related articles:


 
  Sponsors