Defines values that indicate the type of authentication used by the network.
public enum class NetworkAuthenticationType
| Member | Value | Description |
|---|---|---|
| Ihv | 9 | Specifies an authentication type defined by an independent hardware vendor (IHV). |
| None | 0 | No authentication enabled. |
| Open80211 | 2 | Open authentication over 802.11 wireless. Devices are authenticated and can connect to an access point, but communication with the network requires a matching Wired Equivalent Privacy (WEP) key. |
| Rsna | 7 | Specifies an IEEE 802.11i Robust Security Network Association (RSNA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process. |
| RsnaPsk | 8 | Specifies an IEEE 802.11i RSNA algorithm that uses PSK. IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator. |
| SharedKey80211 | 3 | Specifies an IEEE 802.11 Shared Key authentication algorithm that requires the use of a pre-shared Wired Equivalent Privacy (WEP) key for the 802.11 authentication. |
| Unknown | 1 | Authentication method unknown. |
| Wpa | 4 | Specifies a Wi-Fi Protected Access (WPA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process. |
| WpaNone | 6 | Wi-Fi Protected Access. |
| WpaPsk | 5 | Specifies a Wi-Fi Protected Access (WPA) algorithm that uses pre-shared keys (PSK). IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator. |
Namespace: Windows.Networking.Connectivity
Metadata: windows.winmd