Share via


NetworkOperatorTetheringAccessPointConfiguration.AuthenticationKind プロパティ

定義

Wi-Fi テザリング接続に使用する認証の種類を取得または設定します。

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

プロパティ値

Wi-Fi テザリング接続に使用する認証の種類を表す列挙値。

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.26100.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v19.0 で導入)
アプリの機能
wiFiControl

適用対象