NetworkOperatorTetheringAccessPointConfiguration
NetworkOperatorTetheringAccessPointConfiguration
NetworkOperatorTetheringAccessPointConfiguration
NetworkOperatorTetheringAccessPointConfiguration
Class
Definition
Provides the ability to configure and create a NetworkOperatorTetheringAccessPointConfiguration object that contains a specific network account ID (SSID) and specifies the passphrase used to authenticate clients trying to establish a network connection to the tethering network.
public : sealed class NetworkOperatorTetheringAccessPointConfiguration : INetworkOperatorTetheringAccessPointConfigurationpublic sealed class NetworkOperatorTetheringAccessPointConfiguration : INetworkOperatorTetheringAccessPointConfigurationPublic NotInheritable Class NetworkOperatorTetheringAccessPointConfiguration Implements INetworkOperatorTetheringAccessPointConfiguration// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
NetworkOperatorTetheringAccessPointConfiguration() NetworkOperatorTetheringAccessPointConfiguration() NetworkOperatorTetheringAccessPointConfiguration() NetworkOperatorTetheringAccessPointConfiguration()
Creates an instance of the NetworkOperatorTetheringAccessPointConfiguration.
public : NetworkOperatorTetheringAccessPointConfiguration()public NetworkOperatorTetheringAccessPointConfiguration()Public Sub New()// You can use this method in JavaScript.
Properties
Passphrase Passphrase Passphrase Passphrase
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 : PlatForm::String Passphrase { get; set; }public string Passphrase { get; set; }Public ReadWrite Property Passphrase As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The network passphrase.
Ssid Ssid Ssid Ssid
Gets or sets the network account ID.
Note
The SSID is encoded using the Microsoft code page for the system's default locale. This SSID may appear differently in the Windows network selection UI on a system that uses a different system locale. It is highly recommended that you set the value using characters from the standard ASCII printable character set to avoid any cross-locale inconsistencies.
public : PlatForm::String Ssid { get; set; }public string Ssid { get; set; }Public ReadWrite Property Ssid As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The network account ID
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|