Condividi tramite


NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync Metodo

Definizione

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

Si applica a