Table of Contents

Enum GroupPolicyWirelessNetworkPolicyAuthenticationMethod

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyWirelessNetworkPolicyAuthenticationMethod

Fields

Open = 1

The authentication method is open.

Shared = 2

The authentication method is shared.

Unknown = 0

The authentication method is unknown.

Wpa = 3

The authentication method is WPA-Enterprise 802.11 authentication.

Wpa2 = 5

The authentication method is WPA2-Enterprise 802.11 authentication.

Wpa2Psk = 6

The authentication method is WPA2-Personal 802.11 authentication.

WpaPsk = 4

The authentication method is WPA-Personal 802.11 authentication.