NetworkEncryptionType Enumeration

Defines values that indicate the type of encryption used for authentication.

Syntax

public enum class NetworkEncryptionType  

Members

Member Value Description
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 Specifies an encryption type defined by an independent hardware vendor (IHV).
None No encryption enabled.
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 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 Encryption method unknown.
Wep Specifies a WEP cipher algorithm with a cipher key of any length.
Wep104 Specifies a WEP cipher algorithm with a 104-bit cipher key.
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 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.

Requirements

Namespace: Windows.Networking.Connectivity

Metadata: windows.winmd

See also

Reference

Windows.Networking.Connectivity Namespace