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