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
[System.Serializable]
public class EventLogPermissionEntry
type EventLogPermissionEntry = class
[<System.Serializable>]
type EventLogPermissionEntry = class
Public Class EventLogPermissionEntry
Inheritance
EventLogPermissionEntry
Attributes

Remarks

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

Constructors

EventLogPermissionEntry(EventLogPermissionAccess, String)

Initializes a new instance of the EventLogPermissionEntry class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also