NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère une valeur indiquant si l’adaptateur Wi-Fi permet de configurer le point d’accès avec un type d’authentification spécifique.
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
Paramètres
- authenticationKind
- TetheringWiFiAuthenticationKind
Valeur d’énumération TetheringWiFiAuthenticationKind , spécifiant le type d’authentification à interroger.
Retours
bool
true
si le type d’authentification est pris en charge ; sinon, false
.
Configuration requise pour Windows
Famille d’appareils |
Windows 11, version 24H2 (introduit dans 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v19.0)
|
Fonctionnalités de l’application |
wiFiControl
|