AuthenticationProtocol 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.
The types of authentication protocols
public enum AuthenticationProtocol
type AuthenticationProtocol =
Public Enum AuthenticationProtocol
- Inheritance
-
AuthenticationProtocol
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
Windows | 1 | |
WindowsNtlm | 2 | |
WindowsKerberos | 3 | |
WindowsNegotiate | 4 |