NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene in modo asincrono un valore che indica se l'adattatore Wi-Fi consente di configurare l'hotspot di tethering con un tipo di autenticazione specifico. Simile a 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)
Parametri
- authenticationKind
- TetheringWiFiAuthenticationKind
Specifica il tipo di autenticazione da eseguire per la query.
Restituisce
Oggetto operazione asincrona che, al termine, contiene il valore true
se il tipo di autenticazione è supportato; in caso contrario, false
.
- Attributi
Requisiti Windows
Funzionalità dell'app |
wiFiControl
|