TestimoX

API Reference

Enum

PasswordPolicySubjectType

Namespace ADPlayground.Domains
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the object class a password policy targets.

Inheritance

  • Enum
  • PasswordPolicySubjectType

Values

public const PasswordPolicySubjectType User #

Password policy applies to a user account.

Value: 0
public const PasswordPolicySubjectType Group #

Password policy applies to a group.

Value: 1
public const PasswordPolicySubjectType Computer #

Password policy applies to a computer account.

Value: 2
public const PasswordPolicySubjectType Unknown #

Target type could not be determined.

Value: 3