Enum AuthenticationType
- Namespace
- System.Net.NetworkInformation
- Assembly
- System.Net.dll
Specifies the authentication used in a wireless network.
public enum AuthenticationType : byte
Fields
EAP = 1Extensible Authentication Protocol.
None = 0No protocol.
Open = 4Open System authentication, for use with WEP encryption type.
PEAP = 2Protected Extensible Authentication Protocol.
Shared Key authentication, for use with WEP encryption type.
WCN = 3Microsoft Windows Connect Now protocol.
WEP = 6Wired Equivalent Privacy protocol.
WPA = 7Wi-Fi Protected Access protocol.
WPA2 = 8Wi-Fi Protected Access 2 protocol.