Hi
So far in .NET 1.1, we only have the four below
Audit The EventLog can read existing logs, delete event sources or logs,
respond to entries, clear an event log, listen to events, and access a
collection of all event logs. 10
Browse The EventLog can read existing logs. 2
Instrument The EventLog can read or write to existing logs, and create
event sources and logs. 6
None The EventLog has no permissions. 0
http://msdn2.microsoft.com/en-us/library/w0he4hbe
The Write permission will be added into .NET 2.0(Whidbey).
Member name Description
Administer The EventLog can create an event source, read existing logs,
delete event sources or logs, respond to entries, clear an event log,
listen to events, and access a collection of all event logs.
Audit The EventLog can read existing logs, delete event sources or logs,
respond to entries, clear an event log, listen to events, and access a
collection of all event logs.
Browse The EventLog can read existing logs.
Instrument The EventLog can read or write to existing logs, and create
event sources and logs.
None The EventLog has no permissions.
Write The EventLog can write to existing logs, and create event sources and
logs.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.