TestimoX

API Reference

Class

PassTheCredentialEventLogParser

Namespace ADPlayground.Audit
Assembly ADPlayground

Reads Security log events related to explicit credential use.

Inheritance

  • Object
  • PassTheCredentialEventLogParser

Constructors

public PassTheCredentialEventLogParser(Func<String, IEnumerable<PassTheCredentialEvent>> readEvents = null) #

Initializes a new instance of the PassTheCredentialEventLogParser class.

Parameters

readEvents System.Func{System.String,System.Collections.Generic.IEnumerable{ADPlayground.Audit.PassTheCredentialEvent}} = null optionalposition: 0
Delegate returning events from the Security log.

Methods

public IEnumerable<PassTheCredentialEvent> GetEvents(String computerName = null) #
Returns: IEnumerable<PassTheCredentialEvent>

Retrieves credential logon events from the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Target computer or null for local.