Enum EncryptionType
Defines the available types of encryption for wireless networks.
Namespace: System.Net.NetworkInformation
Assembly: System.Net.dll
Syntax
public enum EncryptionType : byte
Fields
Name | Description |
---|---|
Certificate | Certificate encryption. |
None | No encryption. |
WEP | Wired Equivalent Privacy encryption. |
WPA | Wireless Protected Access encryption. |
WPA_PSK | Wireless Protected Access Pre-Shared Key encryption. |
WPA2 | Wireless Protected Access 2 encryption. |
WPA2_PSK | Wireless Protected Access 2 Pre-Shared Key encryption. |