NetworkOperatorTetheringAccessPointConfiguration.AuthenticationKind Property

Definition

Gets or sets the authentication kind to be used for the Wi-Fi tethering connection.

public:
 property TetheringWiFiAuthenticationKind AuthenticationKind { TetheringWiFiAuthenticationKind get(); void set(TetheringWiFiAuthenticationKind value); };
TetheringWiFiAuthenticationKind AuthenticationKind();

void AuthenticationKind(TetheringWiFiAuthenticationKind value);
public TetheringWiFiAuthenticationKind AuthenticationKind { get; set; }
var tetheringWiFiAuthenticationKind = networkOperatorTetheringAccessPointConfiguration.authenticationKind;
networkOperatorTetheringAccessPointConfiguration.authenticationKind = tetheringWiFiAuthenticationKind;
Public Property AuthenticationKind As TetheringWiFiAuthenticationKind

Property Value

The enumeration value that describes the authentication kind to be used for the Wi-Fi tethering connection.

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