EndpointAuthenticationOrder 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 type of connection authentication required for connections to this endpoint.
public enum EndpointAuthenticationOrder
type EndpointAuthenticationOrder =
Public Enum EndpointAuthenticationOrder
- Inheritance
-
EndpointAuthenticationOrder
Fields
Name | Value | Description |
---|---|---|
Ntlm | 1 | |
Kerberos | 2 | |
Negotiate | 3 | |
Certificate | 4 | |
NtlmCertificate | 5 | |
KerberosCertificate | 6 | |
NegotiateCertificate | 7 | |
CertificateNtlm | 8 | |
CertificateKerberos | 9 | |
CertificateNegotiate | 10 |