EventLogPermissionEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |