TestimoX

API Reference

Class

LdapEventEvidence

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers sealed

Simple evidence row for LDAP-related events.

Inheritance

  • Object
  • LdapEventEvidence

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String LogName { get; set; } #

Log name (typically Directory Service).

public Int32 EventId { get; set; } #

Event identifier.

public DateTime TimeCreated { get; set; } #

Event timestamp.

public String ProviderName { get; set; } #

Provider that emitted the event.

public String Client { get; set; } #

Client address when present (e.g., 2889).

public String Account { get; set; } #

Account name when present.

public String Message { get; set; } #

Rendered/formattted event message.