IT Community - Software Programming, Web Development and Technical Support

How many types of authentication modes are there and what are the Types....

This is a discussion on How many types of authentication modes are there and what are the Types.... within the ASP and ASP.NET Programming forums, part of the Web Development category; How many types of authentication modes are there and what are the Types of available authentication modes in dot net ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ASP and ASP.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-25-2007, 03:47 AM
Archer Archer is offline
D-Web Programmer
 
Join Date: Jun 2007
Posts: 52
Archer is on a distinguished road
Question How many types of authentication modes are there and what are the Types....

How many types of authentication modes are there and what are the Types of available authentication modes in dot net 2005?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-25-2007, 03:48 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: How many types of authentication modes are there and what are the Types....

ASP.NET implements additional authentication schemes using authentication providers, which are separate from and apply only after the IIS authentication schemes. ASP.NET supports the following authentication providers:
• Windows (default)
• Forms
• Passport
• None
To enable an authentication provider for an ASP.NET application, use the authentication element in either machine.config or Web.config as follows:
<system.web>
<!-- mode=[Windows|Forms|Passport|None] -->
<authentication mode="Windows" />
</system.web>
Each ASP.NET authentication provider supports an OnAuthenticate event that occurs during the authentication process, which you can use to implement a custom authorization scheme. The primary purpose of this event is to attach a custom object that implements the IPrincipal Interface to the context.
Which ASP.NET authentication provider you use typically depends upon which IIS authentication scheme you choose. If you are using any of the IIS authentication schemes other than Anonymous, you will likely use the Windows authentication provider. Otherwise, you will use Forms, Passport, or None.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Types of RAM srikumar_l Computer Hardware 3 01-16-2008 04:26 AM
Types of Indexing vijayanand Database Support 1 09-21-2007 10:19 PM
What are the authentication modes in SQL Server? How can it be changed? KiruthikaSambandam Database Support 2 08-08-2007 07:57 AM
What are the different types of polymorphism? Sabari C and C++ Programming 1 07-24-2007 05:04 AM
Firewall Types ragavraj Server Management 0 07-17-2007 09:55 AM


All times are GMT -7. The time now is 09:04 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0