共用方式為


NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported 方法

定義

擷取值,指出 Wi-Fi 配接器是否允許使用特定驗證類型來設定存取點。

public:
 virtual bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind authenticationKind) = IsAuthenticationKindSupported;
bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind const& authenticationKind);
public bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind authenticationKind);
function isAuthenticationKindSupported(authenticationKind)
Public Function IsAuthenticationKindSupported (authenticationKind As TetheringWiFiAuthenticationKind) As Boolean

參數

authenticationKind
TetheringWiFiAuthenticationKind

TetheringWiFiAuthenticationKind列舉值,指定要查詢的驗證種類。

傳回

Boolean

bool

true 如果支援驗證種類,則為 ;否則為 false

Windows 需求

裝置系列
Windows 11 Insider Preview (已於 10.0.26100.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v19.0 引進)
應用程式功能
wiFiControl

適用於