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