TestimoX

API Reference

Class

View (LapsLegacySearchFlagsService)

Namespace ADPlayground.DirectoryServices.LapsLegacySearchFlagsService
Assembly ADPlayground
Modifiers sealed

Result view for legacy LAPS attribute searchFlags evaluation.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name evaluated.

public Nullable<Int32> SearchFlags { get; set; } #

Raw searchFlags value from attributeSchema (null when not found).

public Boolean AttributeFound { get; set; } #

True when attributeSchema 'ms-Mcs-AdmPwd' exists in the forest schema.

public Boolean ConfidentialBitSet { get; set; } #

True when the CONFIDENTIAL bit (0x80) is set.

public Int32 AdditionalBits { get; set; } #

searchFlags bits other than the CONFIDENTIAL bit.

public String SchemaDn { get; set; } #

Schema naming context distinguished name.

public String AttributeDn { get; set; } #

attributeSchema DN for 'ms-Mcs-AdmPwd' (when found).