PasswordAuthenticationMechanism 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.
public enum class PasswordAuthenticationMechanism
public enum class PasswordAuthenticationMechanism
enum PasswordAuthenticationMechanism
public enum PasswordAuthenticationMechanism
type PasswordAuthenticationMechanism =
Public Enum PasswordAuthenticationMechanism
- Inheritance
-
PasswordAuthenticationMechanism
Fields
Name | Value | Description |
---|---|---|
Default | 0 | |
Digest | 1 | |
Negotiate | 2 | |
Basic | 3 | |
Kerberos | 4 | |
NtlmDomain | 5 | |
CredSsp | 6 |