Class AuthenticationEventArgs
Base class for authentication events.
public abstract class AuthenticationEventArgs : EventArgs
- Inheritance
-
AuthenticationEventArgs
- Derived
- Inherited Members
Constructors
AuthenticationEventArgs(string)
Initializes a new instance of the AuthenticationEventArgs class.
protected AuthenticationEventArgs(string username)
Parameters
username
stringThe username.
Properties
Username
Gets the username.
public string Username { get; }