AuthenticationMode Enumeration
.NET Framework (current version)
Specifies the authentication mode to use in a Web application.
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 | Obsolete. 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,
.NET Framework
Available since 1.1
Available since 1.1
Show: