Table of Contents

Class GroupPolicyWiredNetworkPolicy

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

Represents an Active Directory Group Policy wired network (IEEE 802.3) policies.

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

Constructors

GroupPolicyWiredNetworkPolicy()

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

public GroupPolicyWiredNetworkPolicy()

Properties

BlockPeriod

Gets or sets the block period in minutes.

public int BlockPeriod { get; set; }

Property Value

int

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 Wired Auto Config 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

OneXEnabled

Gets or sets whether IEEE 802.1X authentication is enabled for network access.

public BooleanOption OneXEnabled { get; set; }

Property Value

BooleanOption

OneXEnforced

Gets or sets whether IEEE 802.1X authentication is enforced for network access.

public BooleanOption OneXEnforced { get; set; }

Property Value

BooleanOption

OneXSecuritySettings

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

public string OneXSecuritySettings { get; set; }

Property Value

string

PreventSharedCredentials

Gets or sets whether to prevent shared user credentials.

public BooleanOption PreventSharedCredentials { get; set; }

Property Value

BooleanOption

Methods

CompareTo(GroupPolicyWiredNetworkPolicy)

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

public int CompareTo(GroupPolicyWiredNetworkPolicy other)

Parameters

other GroupPolicyWiredNetworkPolicy

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

Returns

int

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

ToString()

Returns the display name of the policy.

public override string ToString()

Returns

string

The display name of the policy.