NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync 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 asynchron einen Wert ab, der angibt, ob der Wi-Fi-Adapter das Konfigurieren des Tethering-Hotspots mit einer bestimmten Authentifizierungsart zulässt. Ähnlich wie 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)
Parameter
- authenticationKind
- TetheringWiFiAuthenticationKind
Gibt die Authentifizierungsart an, nach der eine Abfrage ausgeführt werden soll.
Gibt zurück
Ein asynchrones Vorgangsobjekt, das nach Abschluss den Wert true
enthält, wenn die Authentifizierungsart unterstützt wird, false
andernfalls .
- Attribute
Windows-Anforderungen
App-Funktionen |
wiFiControl
|