TestimoX

API Reference

Class

LdapChannelBindingView

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers sealed

Typed per-DC view for LDAP channel binding posture.

Inheritance

  • Object
  • LdapChannelBindingView

Constructors

Properties

public String DomainController { get; set; } #
ResultMetadata

Domain controller name.

public String DomainName { get; set; } #
ResultMetadata

DNS domain name.

public Nullable<LdapChannelBindingMode> ChannelBindingMode { get; set; } #

Configured channel binding mode (LDAPEnforceChannelBinding).

public Boolean IsRequired { get; set; } #

Convenience flag that is true when ChannelBindingMode is Required.

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

Recent channel binding related events (3039/3040/3041) for this DC.

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

Registry evidence used to compute the channel binding posture.