authenticated_users » Computer internet security 
information computer networking security
 
|
|
|
News
|
Advertise
|
|
Products
|
Contact
 

Posts Tagged ‘authenticated_users’

Authorisation process of asp.net

Wednesday, June 27, 2007 21:55

Authorization is the process of determining the accessibility to a resource for a previously authenticated user. Note that authorization can only work on authenticated users, hence ensuring that no un-authenticated user can access the application. The syntax for specifying authorization in ASP.NET is as follows. <authorization> < [ allow | deny ...

This was posted under category: ASP.NET security  |  Read Full Story  |  0 Comments