NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported Method

Definition

Retrieves a value indicating whether the Wi-Fi adapter allows configuring the access point with a specific authentication kind.

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

Parameters

authenticationKind
TetheringWiFiAuthenticationKind

A TetheringWiFiAuthenticationKind enumeration value, specifying the authentication kind to query about.

Returns

Boolean

bool

true if the authentication kind is supported; otherwise, false.

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)
App capabilities
wiFiControl

Applies to