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

September 7, 2008
Web Design Clinic - Art meets Webdesign
About
 
September 6, 2008
Browser safe colors - do we care?
About
 
September 6, 2008
Get a Daily CSS Tip
About
 
September 5, 2008
It's safe to use Google Chrome now
About
 
September 5, 2008
Add a comment
.net
 
September 5, 2008
The Partial Function Application in JavaScript
WebReference.com
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /Visual Basic

Security and the .NET 

  Views:    8339
  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