DkmRemoteAuthenticationMode 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.
Authentication mode to use when connecting over a standard remote connection.
public enum class DkmRemoteAuthenticationMode
public enum class DkmRemoteAuthenticationMode
enum DkmRemoteAuthenticationMode
public enum DkmRemoteAuthenticationMode
type DkmRemoteAuthenticationMode =
Public Enum DkmRemoteAuthenticationMode
- Inheritance
-
DkmRemoteAuthenticationMode
Fields
Name | Value | Description |
---|---|---|
WindowsNegotiate | 0 | Use built-in Windows authentication. Client and server will negotiate either Kerberos or NTLM. This is the default value. |
Kerberos | 1 | Use built-in Windows Kerberos Authentication. |
NTLM | 2 | Use built-in NTLM authentication. This option can be used when Kerberos is malfunctioning. |
None | 3 | Disable authentication. This value can only be used on trusted networks. |
Custom | 4 | Other form of authentication used by a custom transport. |