AuthenticationMode Enumeration
.NET Framework 3.0
Specifies the authentication mode to use in a Web application.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Forms | Specifies ASP.NET Forms-based authentication as the authentication mode. | |
| None | Specifies no authentication. | |
| Passport | Specifies Microsoft Passport as the authentication mode. | |
| Windows | Specifies Windows as the authentication mode. This mode applies when using the Internet Information Services (IIS) authentication methods Basic, Digest, Integrated Windows (NTLM/Kerberos), or certificates. |
Use the Mode property to programmatically configure the type of authentication used by a Web application,
Community Additions
ADD
Show: