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 = 6Certificate encryption.
None = 0No encryption.
WEP = 1Wired Equivalent Privacy encryption.
WPA = 2Wireless Protected Access encryption.
WPA2 = 3Wireless Protected Access 2 encryption.
WPA2_PSK2 = 5Wireless Protected Access 2 Pre-Shared Key encryption.
WPA_PSK = 4Wireless Protected Access Pre-Shared Key encryption.