Enum EncryptionType
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
Encryption type for the Wireless network interface.
public enum EncryptionType : byte
Fields
Certificate = 6
Certificate encryption.
None = 0
No encryption.
WEP = 1
Wired Equivalent Privacy encryption.
WPA = 2
Wireless Protected Access encryption.
WPA2 = 3
Wireless Protected Access 2 encryption.
WPA2_PSK2 = 5
Wireless Protected Access 2 Pre-Shared Key encryption.
WPA_PSK = 4
Wireless Protected Access Pre-Shared Key encryption.