Share via


CaptiveNetwork.SetSupportedSSIDs(String[]) Method

Definition

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

Applies to