Enum EncryptionType
- Namespace
- System.Net.NetworkInformation
- Assembly
- System.Net.dll
Defines the available types of encryption for wireless networks.
public enum EncryptionType : byte
Fields
Certificate = 6Certificate encryption.
None = 0No encryption.
WEP = 1Wired Equivalent Privacy encryption.
WPA = 2Wireless Protected Access encryption.
WPA2 = 3Wireless Protected Access 2 encryption.
WPA2_PSK = 5Wireless Protected Access 2 Pre-Shared Key encryption.
WPA_PSK = 4Wireless Protected Access Pre-Shared Key encryption.