SaveConfiguration Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Saves the network's configuration information.
Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)
Syntax
'Declaration
Public Shared Sub SaveConfiguration ( _
wirelessConfigurations As Wireless80211(), _
useEncryption As Boolean _
)
public static void SaveConfiguration(
Wireless80211[] wirelessConfigurations,
bool useEncryption
)
public:
static void SaveConfiguration(
array<Wireless80211^>^ wirelessConfigurations,
bool useEncryption
)
static member SaveConfiguration :
wirelessConfigurations:Wireless80211[] *
useEncryption:bool -> unit
public static function SaveConfiguration(
wirelessConfigurations : Wireless80211[],
useEncryption : boolean
)
Parameters
- wirelessConfigurations
Type: array<Microsoft.SPOT.Net.NetworkInformation. . :: . .Wireless80211> [] () [] []
Contains the configuration to save.
- useEncryption
Type: System. . :: . .Boolean
true to use encryption; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.