Datasnap.DSSession.TDSSession.Authenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Authenticate(const AuthenticateEventObject: TDSAuthenticateEventObject; connectionProps: TDBXProperties): Boolean; overload; virtual;

C++

virtual bool __fastcall Authenticate(Datasnap::Dscommonserver::TDSAuthenticateEventObject* const AuthenticateEventObject, Data::Dbxcommon::TDBXProperties* connectionProps)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

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.

See Also