RE: EventLogPermissionAttribute PermissionAccess property setting acce

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.

.



Relevant Pages

  • Re: Event Log message missing
    ... event logs within Vista. ... Many of the event logs return with a generic ... Vista uses a redesigned Eventlog system, you'll have to use the "System.Diagnostics.Eventing.Reader" namespace classes to accurately read/manage Eventlog messages on Vista, this namespace is part of the upcoming Framework version 3.5. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Event Log message missing
    ... I believe the .NET Framework 3.5 is in beta testing. ... event logs within Vista. ... Many of the event logs return with a generic ... Vista uses a redesigned Eventlog system, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Event Log message missing
    ... event logs within Vista. ... Many of the event logs return with a generic ... Vista uses a redesigned Eventlog system, ... "System.Diagnostics.Eventing.Reader" namespace classes to accurately ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Event Log message missing
    ... event logs within Vista. ... Many of the event logs return with a generic ... Vista uses a redesigned Eventlog system, ... "System.Diagnostics.Eventing.Reader" namespace classes to accurately ...
    (microsoft.public.dotnet.languages.csharp)
  • Problem with EventLog
    ... I have created a windows service that logs errors to the EventLog. ... ByVal objEventLogEntryType As EventLogEntryType, _ ... ByVal EventID As Integer, _ ...
    (microsoft.public.dotnet.languages.vb)