DomainAuthenticationKind Enum

Definition

Defines constants that specify a domain authentication method.

Only one of the listed constants is set for any instance of DomainAuthenticationKind. In some scenarios, the constant set will represent the most preferred protocol used to determine whether the domain was authenticated.

public enum class DomainAuthenticationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class DomainAuthenticationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum DomainAuthenticationKind
var value = Windows.Networking.Connectivity.DomainAuthenticationKind.none
Public Enum DomainAuthenticationKind
Inheritance
DomainAuthenticationKind
Attributes

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v15.0)

Fields

Ldap 1

Specifies the domain authentication method for an Active Directory network; and/or that the machine was successful in a Lightweight Directory Access Protocol (LDAP) authentication request against the configured Active Directory servers on the current network.

None 0

Specifies no domain authentication method; and/or that the network couldn't be domain-authenticated.

Tls 2

Specifies the Transport Layer Security (TLS) domain authentication method; and/or that the network connection was able to successfully complete a HTTPS connection with verified TLS authentication to an endpoint configured by the AllowedTlsAuthenticationEndpoints Mobile Device Management (MDM) policy.

Applies to

See also