Table of Contents

Class UnixLocalAccounts

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

Represents the local users and groups found on a Unix system.

public class UnixLocalAccounts : BypassSection
Inheritance
UnixLocalAccounts
Inherited Members

Constructors

UnixLocalAccounts()

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

public UnixLocalAccounts()

Properties

Groups

Gets or sets the local groups on a Unix machine.

public UnixLocalGroups Groups { get; set; }

Property Value

UnixLocalGroups

Users

Gets or sets the local user accounts on a Unix machine.

public UnixLocalUsers Users { get; set; }

Property Value

UnixLocalUsers

Methods

FromXml(string)

Returns the CENTREL.XIA.Configuration.Types.UnixLocalAccounts from the specified XML data.

public static UnixLocalAccounts FromXml(string xml)

Parameters

xml string

The XML representation of the Unix local accounts.

Returns

UnixLocalAccounts

A CENTREL.XIA.Configuration.Types.UnixLocalAccounts from the specified XML.