OpenNETCF Smart Device Framework 2.2
Flags used for controlling how EAP is used
Namespace:
OpenNETCF.Net.NetworkInformationAssembly: OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum EAPFlags |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration EAPFlags |
| Visual Basic (Usage) |
|---|
Dim instance As EAPFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class EAPFlags |
| J# |
|---|
/** @attribute FlagsAttribute */ public enum EAPFlags |
| JScript |
|---|
public enum EAPFlags |
Members
| Member name | Description | |
|---|---|---|
| Disabled |
No EAP
| |
| Enabled |
EAP is on
| |
| MachineAuthenticationDisabled |
EAP authentication by user
| |
| MachineAuthenticationEnabled |
EAP authentication by machine (as opposed to user,
presumably)
| |
| GuestAuthenticationDisabled |
EAP guest login not allowed
| |
| GuestAuthenticationEnabled |
EAP gues login allowed
| |
| DefaultState |
This is the default configuration for all connections
in WZC
| |
| DefaultMachineAuthentication |
This is the default state of the machine authentication
flag in WZC
| |
| DefaultGuestAuthentication |
This is the default state of the guest authentication
flag in WZC
| |
| DefaultWZCFlags |
This is the default set of flags set by WZC for
connections
|