Enum GroupPolicyWirelessNetworkPolicyEncryptionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
wireless network (IEEE 802.11) policy data encryption type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyWirelessNetworkPolicyEncryptionType
Fields
Aes = 4
The data encryption type is AES.
None = 1
The data encryption type is none.
Tkip = 3
The data encryption type is TKIP.
Unknown = 0
The data encryption type is unknown.
Wep = 2
The data encryption type is WEP.