API Reference
Class
PassTheCredentialEventLogParser
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
- 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
- Target computer or null for local.