ValidateConfiguration Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Validates the configuration.
Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)
Syntax
'Declaration
Public Shared Sub ValidateConfiguration ( _
wirelessConfiguration As Wireless80211 _
)
public static void ValidateConfiguration(
Wireless80211 wirelessConfiguration
)
public:
static void ValidateConfiguration(
Wireless80211^ wirelessConfiguration
)
static member ValidateConfiguration :
wirelessConfiguration:Wireless80211 -> unit
public static function ValidateConfiguration(
wirelessConfiguration : Wireless80211
)
Parameters
- wirelessConfiguration
Type: Microsoft.SPOT.Net.NetworkInformation. . :: . .Wireless80211
The configuration to validate.
.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.