Click here to Skip to main content
15,884,176 members
Articles / Programming Languages / C#

Read Windows Security Log

Rate me:
Please Sign up or sign in to vote.
2.00/5 (2 votes)
8 Jan 2010CPOL 18K   2  
This Tip will show how to read the Windows Event Log (Security Log) in your PC.You have to use these two libraries for collecting and access to Event Log.using System.Net;using System.Diagnostics;I wrote security Log reading code on button Click event. In below code, I read Windows...
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder EdgeCat Infosys
Sri Lanka Sri Lanka
http://edgecat.weebly.com

Comments and Discussions