AuthenticationSchemes Enumeration

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)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneNo authentication is allowed.
DigestSpecifies digest authentication.
NegotiateNegotiates with the client to determine the authentication scheme.
NtlmSpecifies NTLM authentication.
BasicSpecifies basic authentication.
AnonymousSpecifies anonymous authentication.
IntegratedWindowsAuthenticationSpecifies Windows authentication.

Windows Phone OS

Supported in: 8.1

Show:
© 2017 Microsoft