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.Net
Assembly:  System.Net (in System.Net.dll)

Syntax

<FlagsAttribute> _
Public Enumeration AuthenticationSchemes
[FlagsAttribute]
public enum AuthenticationSchemes

Members

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.

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

System.Net Namespace