NetworkOperatorTetheringAccessPointConfiguration.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 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
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
|