NetworkOperatorTetheringSessionAccessPointConfiguration.Passphrase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An HSTRING value describing the network passphrase to be used for the Wi-Fi tethering connection.
Windows requirements
App capabilities |
wiFiControl
|