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 (34)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

May 13, 2008
I want to create a site just like ____, is that a violation of...
About
 
May 12, 2008
Film Makers, Bands and Comedians Welcome on MySpace
About
 
May 12, 2008
Software Engineering for Ajax
WebReference.com
 
May 12, 2008
What is the Head Tag For?
About
 
May 11, 2008
Improving accessibility for motor impaired users
WebDevTips UK
 
May 11, 2008
10 ways to orientate users on your site
WebDevTips UK
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /Visual Basic

Security and the .NET 

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