Click or drag to resize
AuthenticationEventArgs Properties

The AuthenticationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyPasscode
Passcdoe for multifactor authentication.
Public propertyPassword
Password.
Public propertySiteName
Name of the site to which the user tries to autenticate.
Public propertyUser
Authenticated user.
Public propertyUserName
User name.
Top
See Also