Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the type of authentication used by the wireless network.
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 AuthenticationType
[FlagsAttribute]
public enum AuthenticationType
[FlagsAttribute]
public enum class AuthenticationType
[<FlagsAttribute>]
type AuthenticationType
public enum AuthenticationType
Members
| Member name | Description | |
|---|---|---|
| None | Selects no protocol. | |
| EAP | Selects the extensible authentication protocol. | |
| PEAP | Selects the protected extensible authentication protocol. | |
| WCN | Selects the Microsoft Windows Connect Now protocol. | |
| Open | Selects Open System authentication, for use with WEP encryption type. | |
| Shared | Selects Shared Key authentication, for use with WEP encryption type. |