Datasnap.DSSession.TDSLocalSession.Authenticate
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSLocalSession |
Delphi
function Authenticate(const AuthenticateEventObject: TDSAuthenticateEventObject; connectionProps: TDBXProperties): Boolean; override;
C++
virtual bool __fastcall Authenticate(Datasnap::Dscommonserver::TDSAuthenticateEventObject* const AuthenticateEventObject, Data::Dbxcommon::TDBXProperties* connectionProps)/* overload */;
Description
Authenticates a connection from the given properties and any data stored in the session.
Datasnap.DSSession.TDSLocalSession.Authenticate inherits from Datasnap.DSSession.TDSSession.Authenticate. All content below this line refers to Datasnap.DSSession.TDSSession.Authenticate.
Authenticates a connection from the given properties and any data stored in the session.
The Authenticate virtual method is used to authenticate a connection from the given properties and any data stored in the session.
Subclasses of TDSSession should override this in order for it to be useful.