AuthenticationEventArgs public abstract class AuthenticationEventArgs : EventArgs Base class for authentication events. Documentation public string Username { get; } Gets the username. public AuthenticationEventArgs(string username) Initializes a new instance of the AuthenticationEventArgs class.