WiFiConnectionMethod Enum

Definition

Note

Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Important

This API will be affected by upcoming changes to operating system behavior, planned for fall 2024. For more info, see Changes to API behavior for Wi-Fi access and location.

Describes the kinds of connection methods.

public enum class WiFiConnectionMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class WiFiConnectionMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum WiFiConnectionMethod
var value = Windows.Devices.WiFi.WiFiConnectionMethod.default
Public Enum WiFiConnectionMethod
Inheritance
WiFiConnectionMethod
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Fields

Default 0

Default.

WpsPin 1

WPS pin.

WpsPushButton 2

WPS protected setup.

Applies to

See also