NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync Méthode

Définition

Obtient de manière asynchrone une valeur indiquant si l’adaptateur Wi-Fi permet de configurer le point d’accès avec un type d’authentification spécifique. Semblable à 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)

Paramètres

authenticationKind
TetheringWiFiAuthenticationKind

Spécifie le type d’authentification pour lequel interroger.

Retours

Objet d’opération asynchrone qui, une fois terminée, contient la valeur true si le type d’authentification est pris en charge ; sinon, false.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
wiFiControl

S’applique à