AuthenticationMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that specify the supported HTTP authentication methods for Web synchronization.
public enum class AuthenticationMethod
public enum AuthenticationMethod
type AuthenticationMethod =
Public Enum AuthenticationMethod
- Inheritance
-
AuthenticationMethod
Fields
Name | Value | Description |
---|---|---|
BasicAuthentication | 0 | Indicates the standard HTTP authentication mechanism that uses a login and a password. |
WindowsAuthentication | 1 | Indicates an HTTP authentication mechanism based on the Windows Challenge/Response authentication mechanism. The challenge/response mechanism works only when the Subscriber computer and the IIS server computer are located in the same Windows domain or in trusted Windows domains. |
Remarks
This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.