Share via


NetworkOperatorTetheringSessionAccessPointConfiguration.Passphrase Property

Definition

Gets or sets the network passphrase to be used for the Wi-Fi tethering connection. Similar to 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

Property Value

String

Platform::String

winrt::hstring

An HSTRING value describing the network passphrase to be used for the Wi-Fi tethering connection.

Windows requirements

App capabilities
wiFiControl

Applies to