NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取值,指出 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, version 24H2 (已於 10.0.26100.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v19.0 引進)
|
應用程式功能 |
wiFiControl
|