Table of Contents

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 = 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_PSK = 5

Wireless Protected Access 2 Pre-Shared Key encryption.

WPA_PSK = 4

Wireless Protected Access Pre-Shared Key encryption.