Table of Contents

Enum GroupPolicyAccountPolicyType

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

Determines the policy type of a Group Policy account policy.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyAccountPolicyType

Fields

AccountLockout = 1

The policy type is account lockout policy.

Kerberos = 3

The policy type is Kerberos.

Password = 2

The policy type is password policy.

Unknown = 0

The policy type is unknown.