Freigeben über


NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync Methode

Definition

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, falseandernfalls .

Attribute

Windows-Anforderungen

App-Funktionen
wiFiControl

Gilt für: