AuthenticationSchemes Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies protocols for authentication.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.NetAssembly: System.Net (in System.Net.dll)
| Member name | Description | |
|---|---|---|
| None | No authentication is allowed. | |
| Digest | Specifies digest authentication. | |
| Negotiate | Negotiates with the client to determine the authentication scheme. | |
| Ntlm | Specifies NTLM authentication. | |
| Basic | Specifies basic authentication. | |
| Anonymous | Specifies anonymous authentication. | |
| IntegratedWindowsAuthentication | Specifies Windows authentication. |
Show: