NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert ab, der angibt, ob der Wi-Fi Adapter die Konfiguration des Zugriffspunkts mit einer bestimmten Authentifizierungsart zulässt.
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
Parameter
- authenticationKind
- TetheringWiFiAuthenticationKind
Ein TetheringWiFiAuthenticationKind-Enumerationswert , der die Authentifizierungsart angibt, zu der abfragen werden soll.
Gibt zurück
bool
true
, wenn die Authentifizierungsart unterstützt wird; false
andernfalls .
Windows-Anforderungen
Gerätefamilie |
Windows 11, version 24H2 (eingeführt in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v19.0)
|
App-Funktionen |
wiFiControl
|