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
BlockPeriod
Gets or sets the block period in minutes.
public int BlockPeriod { get; set; }
Property Value
CollectionIndex
Gets the collection index.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
Description
Gets or sets the description of the policy.
public string Description { get; set; }
Property Value
DisplayName
Gets or sets the display name of the policy.
public string DisplayName { get; set; }
Property Value
EnableAutoConfig
Gets or sets whether to use Windows WLAN AutoConfig service for clients.
public BooleanOption EnableAutoConfig { get; set; }
Property Value
EnableBlockPeriod
Gets or sets whether to enable the block period.
public BooleanOption EnableBlockPeriod { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the policy.
public Guid Identifier { get; set; }
Property Value
OnlyUseGroupPolicyProfiles
Gets or sets whether to only use Group Policy profiles for allowed networks.
public BooleanOption OnlyUseGroupPolicyProfiles { get; set; }
Property Value
Permissions
Gets or sets the network permissions.
public GroupPolicyWirelessNetworkPermissions Permissions { get; set; }
Property Value
PolicyType
Gets or sets the policy type.
public GroupPolicyWirelessNetworkPolicyType PolicyType { get; set; }
Property Value
PreventAdHocConnections
Gets or sets whether to prevent connections to ad-hoc networks.
public BooleanOption PreventAdHocConnections { get; set; }
Property Value
PreventHostedNetworks
Gets or sets whether to allow hosted networks.
public BooleanOption PreventHostedNetworks { get; set; }
Property Value
PreventInfrastructureConnections
Gets or sets whether to prevent connections to infrastructure networks.
public BooleanOption PreventInfrastructureConnections { get; set; }
Property Value
PreventSharedCredentials
Gets or sets whether to prevent shared user credentials.
public BooleanOption PreventSharedCredentials { get; set; }
Property Value
PreventWifiDirectGroups
Gets or sets whether to prevent Wi-Fi direct groups.
public BooleanOption PreventWifiDirectGroups { get; set; }
Property Value
Profiles
Gets or sets the wireless network profiles.
public GroupPolicyWirelessNetworkProfiles Profiles { get; set; }
Property Value
ShowDeniedNetworks
Gets or sets whether to allow users to view denied networks.
public BooleanOption ShowDeniedNetworks { get; set; }
Property Value
Methods
CompareTo(GroupPolicyWirelessNetworkPolicy)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyWirelessNetworkPolicy objects to allow sorting by display name.
public int CompareTo(GroupPolicyWirelessNetworkPolicy other)
Parameters
other
GroupPolicyWirelessNetworkPolicyThe 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.