NetworkOperatorTetheringSessionAccessPointConfiguration.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 das Konfigurieren des Tethering-Hotspots mit einer bestimmten Authentifizierungsart zulässt. Ähnelt NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported.
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
Gibt die abzufragende Authentifizierungsart an.
Gibt zurück
bool
true
, wenn die Authentifizierungsart unterstützt wird; false
andernfalls .
Windows-Anforderungen
App-Funktionen |
wiFiControl
|