Datasnap.DSSession.TDSTCPSession.Authenticate

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

Description

Represents an extension of Authenticate to wrap the TCP authentication manager call.

Authenticate represents an extension of Authenticate to wrap the TCP authentication manager call.

See Also