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) 網域驗證方法;和/或網路連線能夠順利完成 HTTPS 連線,並已向行動裝置裝置管理 (MDM) 原則所設定的 AllowedTlsAuthenticationEndpoints 端點進行已驗證的 TLS 驗證。

適用於

另請參閱