WhoDis icon indicating copy to clipboard operation
WhoDis copied to clipboard

An example pattern in C# for watching security events (logon/logoff/privilege)

New Shell, Who Dis?

Build in Visual Studio (.net 3.5 so it runs on Win 7).

This is a proof of concept, example project that shows a pattern for how to leverage Windows Event Log listeners to collect security events, such as logon, logoff, and privilege use, programmatically from C#.

screenshot