CaptiveNetwork.SetSupportedSSIDs(String[]) Method
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.
Set an array of SSIDs the application will authenticate.
public static bool SetSupportedSSIDs(string[] ssids);
static member SetSupportedSSIDs : string[] -> bool
Parameters
- ssids
- String[]
The array of SSIDs the application will authenticate.
Returns
A boolean value indicating whether the operation was successful or not.
Remarks
This API is only available on devices. An EntryPointNotFoundException will be thrown on the simulator