共用方式為


NetworkOperatorTetheringAccessPointConfiguration.Passphrase 屬性

定義

取得或設定用來驗證連線的複雜密碼。

注意

802.11 規格中所述,複雜密碼必須包含標準 ASCII 可列印字元集中的 8 到 63 個字元。

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 = networkOperatorTetheringAccessPointConfiguration.passphrase;
networkOperatorTetheringAccessPointConfiguration.passphrase = string;
Public Property Passphrase As String

屬性值

String

Platform::String

winrt::hstring

網路複雜密碼。 複雜密碼 (或密碼) 長度可以介於 8 到 63 個字元之間;和第一個字元和最後一個字元可能不是空格。

Windows 需求

應用程式功能
wiFiControl

適用於