NetworkOperatorTetheringAccessPointConfiguration.Passphrase Property

Definition

Gets or sets the passphrase used to authenticate the connection.

Note

As detailed in the 802.11 specification, a passphrase must contain between 8 and 63 characters in the standard ASCII printable character set.

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

Property Value

String

Platform::String

winrt::hstring

The network passphrase. The passphrase (or password) can be between 8 and 63 characters in length; and the first and last character may not be a space.

Windows requirements

App capabilities
wiFiControl

Applies to