SessionAuthentication Enumeration
Defines values for the type of authentication used during a Remote Procedure Call (RPC) login to a server. This login occurs when you create a EventLogSession object that specifies a connection to a remote computer.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Default | Use the default authentication method during RPC login. The default authentication is equivalent to Negotiate. | |
| Kerberos | Use Kerberos authentication during RPC login. | |
| Negotiate | Use the Negotiate authentication method during RPC login. This allows the client application to select the most appropriate authentication method (NTLM or Kerberos) for the situation. | |
| Ntlm | Use Windows NT LAN Manager (NTLM) authentication during RPC login. |
Available since 3.5
System.Diagnostics.Eventing.Reader Namespace
Technology Summary for Reading and Managing Event Logs
Event Log Scenarios