Modifier

EventLogPermissionEntry Class

Definition

Defines the smallest unit of a code access security permission that is set for an EventLog.

public ref class EventLogPermissionEntry
public class EventLogPermissionEntry
type EventLogPermissionEntry = class
Public Class EventLogPermissionEntry
Inheritance
EventLogPermissionEntry

Remarks

For more information on code access security, see Code Access Security.

Constructors

Name Description
EventLogPermissionEntry(EventLogPermissionAccess, String)

Initializes a new instance of the EventLogPermissionEntry class.

Properties

Name Description
MachineName

Gets the name of the computer on which to read or write events.

PermissionAccess

Gets the permission access levels used in the permissions request.

Applies to

See also