4 references to SessionAuthentication
System.Core (1)
System.Core.cs (1)
53[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.SessionAuthentication))]
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogSession.cs (3)
53private readonly SessionAuthentication _logOnType; 90: this(server, null, null, (SecureString?)null, SessionAuthentication.Default) 94public EventLogSession(string server, string? domain, string? user, SecureString? password, SessionAuthentication logOnType)