Share via


NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupported Method

Definition

Gets a value indicating whether the Wi-Fi adapter allows configuring the tethering hotspot with a specific authentication kind. Similar to 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

Parameters

authenticationKind
TetheringWiFiAuthenticationKind

Specifies the authentication kind to query for.

Returns

Boolean

bool

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

Windows requirements

App capabilities
wiFiControl

Applies to