Data.DbxDatasnap.TDBXDatasnapProperties.DSAuthScheme

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSAuthScheme: string read GetDSAuthenticationScheme write SetDSAuthenticationScheme;

C++

__property System::UnicodeString DSAuthScheme = {read=GetDSAuthenticationScheme, write=SetDSAuthenticationScheme};

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

Description

Specifies the DataSnap authentication scheme.

The DSAuthScheme property specifies the DataSnap authentication scheme. DSAuthScheme is used in conjunction with the DataSnap user name and password for authentication using the HTTP protocol.

Set the DSAuthScheme property to basic in order to send the values held by the DSAuthUser and DSAuthPassword properties using basic HTTP authentication, in addition to sending these values in the DBX connection string. Basic HTTP authentication may be used to pass credentials to an inter-process DataSnap HTTP tunnel server.

See Also