Datasnap.DSSession.TDSTunnelService.NeedsAuthentication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function NeedsAuthentication(Params: TStrings): Boolean;

C++

bool __fastcall NeedsAuthentication(System::Classes::TStrings* Params);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

Beschreibung

Gibt True zurück, wenn die Anforderung Authentifizierung braucht.

Die NeedsAuthentication-Methode gibt True zurück, wenn die Anforderungsparameter einen Benutzernamen und ein Passwort bereitstellen, ansonsten gibt False zurück.

Siehe auch