Datasnap.DSHTTP.TCustomDSHTTPServerTransport.SetDSAuthPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDSAuthPassword(const UserPassword: string); virtual;

C++

virtual void __fastcall SetDSAuthPassword(const System::UnicodeString UserPassword);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSHTTPServerTransport

Description

Sets the password for a specific user name used in DataSnap authentication.

The SetDSAuthPassword method sets the value specified by the UserPassword parameter.

See Also