Datasnap.DSCommonServer.TDSServerConnectionHandler.AuthenticateEventObject
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSServerConnectionHandler |
Delphi
property AuthenticateEventObject: TDSAuthenticateEventObject read FAuthenticateEventObject write FAuthenticateEventObject;
C++
__property TDSAuthenticateEventObject* AuthenticateEventObject = {read=FAuthenticateEventObject, write=FAuthenticateEventObject};
Description
Event object provided before a user is authenticated.
AuthenticateEventObject is the event object used before a user is authenticated, during the time the client is connected to the server.