Datasnap.DSHTTP.TDSHTTPService.AuthenticationManager

From RAD Studio API Documentation

Delphi

property AuthenticationManager: TDSCustomAuthenticationManager read GetAuthenticationManager write SetAuthenticationManager;

C++

__property AuthenticationManager;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Description

Specifies the authentication manager for the current TCustomDSRESTServerTransport. {{#multireplace:Datasnap.DSHTTP.TDSHTTPService.AuthenticationManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the authentication manager for the current TCustomDSRESTServerTransport.

Use the AuthenticationManager property to specify the TDSCustomAuthenticationManager for the current TCustomDSRESTServerTransport.

See Also