| AuthenticationEventArgs Properties | 
The AuthenticationEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CurrentHandler | 
            Currently executing handler
            (Inherited from CMSEventArgs.) | 
|  | OriginalEventArgs | 
            Original event arguments for the event
            (Inherited from CMSEventArgs.) | 
|  | Passcode | 
            Passcdoe for multifactor authentication.
             | 
|  | Password | 
            Password.
             | 
|  | SiteName | 
            Name of the site to which the user tries to autenticate.
             | 
|  | User | 
            Authenticated user.
             | 
|  | UserName | 
            User name.
             | 
 See Also
See Also