Table of Contents

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

GroupPolicyWirelessNetworkPolicyAuthenticationMethod

AutoSwitch

Gets or sets whether to connect to a more preferred network if available.

public BooleanOption AutoSwitch { get; set; }

Property Value

BooleanOption

ConnectNonBroadcasting

Gets or sets whether to connect even if the network is not broadcasting.

public BooleanOption ConnectNonBroadcasting { get; set; }

Property Value

BooleanOption

ConnectionMode

Gets or sets the network connection mode. This does not apply to ad-hoc networks.

public GroupPolicyWirelessNetworkPolicyConnectionMode ConnectionMode { get; set; }

Property Value

GroupPolicyWirelessNetworkPolicyConnectionMode

EncryptionType

Gets or sets the encryption type.

public GroupPolicyWirelessNetworkPolicyEncryptionType EncryptionType { get; set; }

Property Value

GroupPolicyWirelessNetworkPolicyEncryptionType

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

GroupPolicyWirelessNetworkPolicyNetworkType

OneXSecuritySettings

Gets or sets the IEEE 802.1X security settings in XML format.

public string OneXSecuritySettings { get; set; }

Property Value

string

ProfileName

Gets or sets the name of the profile.

public string ProfileName { get; set; }

Property Value

string

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 GroupPolicyWirelessNetworkProfile

The 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.