NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以異步方式取得值,指出 Wi-Fi 配接器是否允許使用特定驗證種類來設定連接熱點。 類似於 NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupportedAsync。
public:
virtual IAsyncOperation<bool> ^ IsAuthenticationKindSupportedAsync(TetheringWiFiAuthenticationKind authenticationKind) = IsAuthenticationKindSupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsAuthenticationKindSupportedAsync(TetheringWiFiAuthenticationKind const& authenticationKind);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsAuthenticationKindSupportedAsync(TetheringWiFiAuthenticationKind authenticationKind);
function isAuthenticationKindSupportedAsync(authenticationKind)
Public Function IsAuthenticationKindSupportedAsync (authenticationKind As TetheringWiFiAuthenticationKind) As IAsyncOperation(Of Boolean)
參數
- authenticationKind
- TetheringWiFiAuthenticationKind
指定要查詢的驗證種類。
傳回
異步操作物件,當完成時,如果支援驗證種類,則包含值 true
, false
否則為 。
- 屬性
Windows 需求
應用程式功能 |
wiFiControl
|