Class GroupPolicyWirelessNetworkProfile
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy wireless network (IEEE 802.11) policy profile.
public class GroupPolicyWirelessNetworkProfile : GlobalSerializableClassicBase, IComparable<GroupPolicyWirelessNetworkProfile>
- Inheritance
-
GroupPolicyWirelessNetworkProfile
- Implements
Constructors
GroupPolicyWirelessNetworkProfile()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkProfile class.
public GroupPolicyWirelessNetworkProfile()
Properties
AuthenticationMethod
Gets or sets the authentication method.
public GroupPolicyWirelessNetworkPolicyAuthenticationMethod AuthenticationMethod { get; set; }
Property Value
AutoSwitch
Gets or sets whether to connect to a more preferred network if available.
public BooleanOption AutoSwitch { get; set; }
Property Value
ConnectNonBroadcasting
Gets or sets whether to connect even if the network is not broadcasting.
public BooleanOption ConnectNonBroadcasting { get; set; }
Property Value
ConnectionMode
Gets or sets the network connection mode. This does not apply to ad-hoc networks.
public GroupPolicyWirelessNetworkPolicyConnectionMode ConnectionMode { get; set; }
Property Value
EncryptionType
Gets or sets the encryption type.
public GroupPolicyWirelessNetworkPolicyEncryptionType EncryptionType { get; set; }
Property Value
NetworkNames
Gets or sets the SSID network names.
public SerializableStringCollection NetworkNames { get; set; }
Property Value
- SerializableStringCollection
NetworkType
Gets or sets the network type.
public GroupPolicyWirelessNetworkPolicyNetworkType NetworkType { get; set; }
Property Value
OneXSecuritySettings
Gets or sets the IEEE 802.1X security settings in XML format.
public string OneXSecuritySettings { get; set; }
Property Value
ProfileName
Gets or sets the name of the profile.
public string ProfileName { get; set; }
Property Value
Methods
CompareTo(GroupPolicyWirelessNetworkProfile)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkProfile objects to allow sorting by profile name name.
public int CompareTo(GroupPolicyWirelessNetworkProfile other)
Parameters
other
GroupPolicyWirelessNetworkProfileThe CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkProfile to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkProfile objects.
ToString()
Returns the name of the profile.
public override string ToString()
Returns
- string
The name of the profile.