NetworkEncryptionType
NetworkEncryptionType
NetworkEncryptionType
NetworkEncryptionType
Enum
Definition
Defines values that indicate the type of encryption used for authentication.
public : enum class NetworkEncryptionTypepublic enum NetworkEncryptionTypePublic Enum NetworkEncryptionType// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Ccmp Ccmp Ccmp Ccmp | Specifies an AES-CCMP algorithm, as specified in the IEEE 802.11i-2004 standard and RFC 3610. Advanced Encryption Standard (AES) is the encryption algorithm defined in FIPS PUB 197. |
| Ihv Ihv Ihv Ihv | Specifies an encryption type defined by an independent hardware vendor (IHV). |
| None None None None | No encryption enabled. |
| RsnUseGroup RsnUseGroup RsnUseGroup RsnUseGroup | Specifies a Robust Security Network (RSN) Use Group Key cipher suite. For more information about the Use Group Key cipher suite, refer to Clause 7.3.2.25.1 of the IEEE 802.11i-2004 standard. |
| Tkip Tkip Tkip Tkip | Specifies a Temporal Key Integrity Protocol (TKIP) algorithm, which is the RC4-based cipher suite that is based on the algorithms that are defined in the WPA specification and IEEE 802.11i-2004 standard. This cipher also uses the Michael Message Integrity Code (MIC) algorithm for forgery protection. |
| Unknown Unknown Unknown Unknown | Encryption method unknown. |
| Wep Wep Wep Wep | Specifies a WEP cipher algorithm with a cipher key of any length. |
| Wep104 Wep104 Wep104 Wep104 | Specifies a WEP cipher algorithm with a 104-bit cipher key. |
| Wep40 Wep40 Wep40 Wep40 | Specifies a Wired Equivalent Privacy (WEP) algorithm, which is the RC4-based algorithm that is specified in the IEEE 802.11-1999 standard. This enumerator specifies the WEP cipher algorithm with a 40-bit cipher key. |
| WpaUseGroup WpaUseGroup WpaUseGroup WpaUseGroup | Specifies a Wifi Protected Access (WPA) Use Group Key cipher suite. For more information about the Use Group Key cipher suite, refer to Clause 7.3.2.25.1 of the IEEE 802.11i-2004 standard. |