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