NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
App capabilities |
wiFiControl
|