Data.DbxDatasnap.TDBXDatasnapProperties.DSAuthScheme

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Unit: Data.DbxDatasnap
Parent: TDBXDatasnapProperties

Delphi

property DSAuthScheme: string read GetDSAuthenticationScheme write SetDSAuthenticationScheme;

C++

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

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