SessionAuthentication
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.
namespace System.Diagnostics.Eventing.Reader
{
public enum SessionAuthentication
{
Default,
Negotiate,
Kerberos,
Ntlm
}
}