Wireless80211.EncryptionType Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the available types of encryption for wireless networks.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration EncryptionType
[FlagsAttribute]
public enum EncryptionType
[FlagsAttribute]
public enum class EncryptionType
[<FlagsAttribute>]
type EncryptionType
public enum EncryptionType
Members
| Member name | Description | |
|---|---|---|
| None | Selects no encryption. | |
| WEP | Selects Wired Equivalent Privacy encryption. | |
| WPA | Selects Wireless Protected Access encryption. | |
| WPAPSK | Selects Wireless Protected Access Pre-Shared Key encryption. | |
| Certificate | Selects certificate encryption. |