DomainAuthenticationKind 枚举

定义

定义指定域身份验证方法的常量。

仅为 任何 DomainAuthenticationKind 实例设置列出的一个常量。 在某些情况下,常量集将表示用于确定域是否已经过身份验证的最首选协议。

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
继承
DomainAuthenticationKind
属性

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)

字段

Ldap 1

指定 Active Directory 网络的域身份验证方法;和/或计算机成功使用轻型目录访问协议 (LDAP) 针对当前网络上配置的 Active Directory 服务器的身份验证请求。

None 0

不指定域身份验证方法;和/或网络无法通过域身份验证。

Tls 2

指定传输层安全性 (TLS) 域身份验证方法;和/或网络连接能够成功完成对由移动设备管理 (MDM) 策略配置的AllowedTlsAuthenticationEndpoints终结点的已验证 TLS 身份验证的 HTTPS 连接。

适用于

另请参阅