EventLogPermissionEntry Constructor
.NET Framework 4
Initializes a new instance of the EventLogPermissionEntry class.
Assembly: System (in System.dll)
public EventLogPermissionEntry( EventLogPermissionAccess permissionAccess, string machineName )
Parameters
- permissionAccess
- Type: System.Diagnostics.EventLogPermissionAccess
A bitwise combination of the EventLogPermissionAccess values. The PermissionAccess property is set to this value.
- machineName
- Type: System.String
The name of the computer on which to read or write events. The MachineName property is set to this value.
| Exception | Condition |
|---|---|
| ArgumentException | The computer name is invalid. |
If the application is running in a High trust zone, request for permission to the local machine must refer to the machine name as COMPUTERNAME or ".", instead of the full machine name. Full machine name is not accepted for security reasons. In addition, the COMPUTERNAME must be treated as case-sensitive.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.