NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupported 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 Wi-Fi 配接器是否允許使用特定驗證種類來設定連線熱點。 類似於 NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported。
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
指定要查詢的驗證種類。
傳回
Boolean
bool
true
如果支援驗證種類,則為 ;否則為 false
。
Windows 需求
應用程式功能 |
wiFiControl
|