The UserAuthenticatedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAuthenticated
Gets and sets a flag that determines whether the User was authenticated
Public propertyAuthenticationType
Gets and sets the Authentication Type
Public propertyAutoRegister
Gets and sets a flag that determines whether the user should be automatically registered
Public propertyLoginStatus
Gets and sets the Login Status
Public propertyMessage
Gets and sets the Message
Public propertyProfile
Gets and sets the Profile
Public propertyRememberMe
Gets and sets the RememberMe setting
Public propertyUser
Gets and sets the User
Public propertyUserToken
Gets and sets the UserToken (the userid or authenticated id)

See Also