TestimoX

API Reference

Class

LdapSigningView

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers sealed

Typed per-DC view for LDAP signing posture.

Inheritance

  • Object
  • LdapSigningView

Constructors

Properties

public String DomainController { get; set; } #
ResultMetadata

Domain controller name.

public String DomainName { get; set; } #
ResultMetadata

DNS domain name.

public Boolean SigningRequired { get; set; } #

True when LDAP signing is required (LDAPServerIntegrity = 2).

public Boolean InsecureBinds { get; set; } #

True when insecure LDAP binds were detected recently (event 2889 within 30 days).

public IReadOnlyList<LdapEventEvidence> Events { get; set; } #
ResultMetadata(HideInGrids = true, Label = "Events")

Recent LDAP signing-related events (2886/2887/2889) for this DC.

public IReadOnlyList<RegistryEvidence> Evidence { get; set; } #
ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Registry Evidence")

Registry evidence used to compute the signing posture.