Share via


Wireless80211.AuthenticationType Enumeration

Specifies the type of authentication used by the wireless network.

Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in microsoft.spot.net.dll)

Syntax

[FlagsAttribute]
public enum Wireless80211.AuthenticationType

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1 and 4.2.

Members

  Member name Description
None Selects no protocol.
Open Selects Open System authentication, for use with WEP EncryptionType.
Shared Selects Shared Key authentication, for use with WEP encryption type.
EAP Selects the extensible authentication protocol.
PEAP Selects the protected extensible authentication protocol.
WCN Selects the Microsoft Windows Connect Now protocol.

See Also

Reference

Microsoft.SPOT.Net.NetworkInformation Namespace