Table of Contents

Class GroupPolicyWirelessNetworkPolicy

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory Group Policy wireless network (IEEE 802.11) policies.

public class GroupPolicyWirelessNetworkPolicy : GlobalSerializableClassicBase, IComparable<GroupPolicyWirelessNetworkPolicy>
Inheritance
GroupPolicyWirelessNetworkPolicy
Implements

Constructors

GroupPolicyWirelessNetworkPolicy()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPolicy class.

public GroupPolicyWirelessNetworkPolicy()

Properties

AllowEveryoneToCreateAllUserProfiles

Gets or sets whether to allow everyone to create all user profiles.

public BooleanOption AllowEveryoneToCreateAllUserProfiles { get; set; }

Property Value

BooleanOption

BlockPeriod

Gets or sets the block period in minutes.

public int BlockPeriod { get; set; }

Property Value

int

CollectionIndex

Gets the collection index.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

Description

Gets or sets the description of the policy.

public string Description { get; set; }

Property Value

string

DisplayName

Gets or sets the display name of the policy.

public string DisplayName { get; set; }

Property Value

string

EnableAutoConfig

Gets or sets whether to use Windows WLAN AutoConfig service for clients.

public BooleanOption EnableAutoConfig { get; set; }

Property Value

BooleanOption

EnableBlockPeriod

Gets or sets whether to enable the block period.

public BooleanOption EnableBlockPeriod { get; set; }

Property Value

BooleanOption

Identifier

Gets or sets the unique identifier of the policy.

public Guid Identifier { get; set; }

Property Value

Guid

OnlyUseGroupPolicyProfiles

Gets or sets whether to only use Group Policy profiles for allowed networks.

public BooleanOption OnlyUseGroupPolicyProfiles { get; set; }

Property Value

BooleanOption

Permissions

Gets or sets the network permissions.

public GroupPolicyWirelessNetworkPermissions Permissions { get; set; }

Property Value

GroupPolicyWirelessNetworkPermissions

PolicyType

Gets or sets the policy type.

public GroupPolicyWirelessNetworkPolicyType PolicyType { get; set; }

Property Value

GroupPolicyWirelessNetworkPolicyType

PreventAdHocConnections

Gets or sets whether to prevent connections to ad-hoc networks.

public BooleanOption PreventAdHocConnections { get; set; }

Property Value

BooleanOption

PreventHostedNetworks

Gets or sets whether to allow hosted networks.

public BooleanOption PreventHostedNetworks { get; set; }

Property Value

BooleanOption

PreventInfrastructureConnections

Gets or sets whether to prevent connections to infrastructure networks.

public BooleanOption PreventInfrastructureConnections { get; set; }

Property Value

BooleanOption

PreventSharedCredentials

Gets or sets whether to prevent shared user credentials.

public BooleanOption PreventSharedCredentials { get; set; }

Property Value

BooleanOption

PreventWifiDirectGroups

Gets or sets whether to prevent Wi-Fi direct groups.

public BooleanOption PreventWifiDirectGroups { get; set; }

Property Value

BooleanOption

Profiles

Gets or sets the wireless network profiles.

public GroupPolicyWirelessNetworkProfiles Profiles { get; set; }

Property Value

GroupPolicyWirelessNetworkProfiles

ShowDeniedNetworks

Gets or sets whether to allow users to view denied networks.

public BooleanOption ShowDeniedNetworks { get; set; }

Property Value

BooleanOption

Methods

CompareTo(GroupPolicyWirelessNetworkPolicy)

Compares two CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPolicy objects to allow sorting by display name.

public int CompareTo(GroupPolicyWirelessNetworkPolicy other)

Parameters

other GroupPolicyWirelessNetworkPolicy

The CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPolicy to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPolicy objects.

ToString()

Returns the display name of the policy.

public override string ToString()

Returns

string

The display name of the policy.