Class LocalAccountPolicies
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the local account policies on a Windows machine.
public class LocalAccountPolicies : BypassSection
- Inheritance
-
LocalAccountPolicies
- Inherited Members
Constructors
LocalAccountPolicies()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.LocalAccountPolicies class.
public LocalAccountPolicies()
Properties
AccountLockoutPolicy
Gets or sets the local account lockout policy on this Windows machine.
public LocalAccountLockoutPolicy AccountLockoutPolicy { get; set; }
Property Value
PasswordPolicy
Gets or sets the local password policy on this Windows machine.
public LocalPasswordPolicy PasswordPolicy { get; set; }
Property Value
Methods
ToString()
Returns the local account policies as a human readable string.
public override string ToString()
Returns
- string
The local account policies as a human readable string.