WiFiEncryptionType

WiFiEncryptionType enumeration

Represents WiFi Encryption type.

public enum WiFiEncryptionType

Values

Name Value Description
None 0 Represents no encryption WiFi type.
WPA 1 Represents WiFi with the WPA encryption type.
WPAEAP 2 Represents WiFi with the WPA-EAP encryption type.
WPAWPA2 3 Represents WiFi with the WPA/WPA2 encryption type.
WEP 4 Represents WiFi with the WEP encryption type.

See Also