共用方式為


NetworkOperatorTetheringSessionAccessPointConfiguration.Passphrase 屬性

定義

取得或設定要用於 Wi-Fi 連線的網路複雜密碼。 類似於 NetworkOperatorTetheringAccessPointConfiguration.Passphrase

public:
 property Platform::String ^ Passphrase { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Passphrase();

void Passphrase(winrt::hstring value);
public string Passphrase { get; set; }
var string = networkOperatorTetheringSessionAccessPointConfiguration.passphrase;
networkOperatorTetheringSessionAccessPointConfiguration.passphrase = string;
Public Property Passphrase As String

屬性值

String

Platform::String

winrt::hstring

HSTRING 值,描述要用於 Wi-Fi 連線的網路複雜密碼。

Windows 需求

應用程式功能
wiFiControl

適用於