API:Datasnap.DSHTTP.TDSHTTPServerTransport.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 TDSHTTPServerTransport

Description

Specifies the authentication manager for the current TCustomDSRESTServerTransport. Datasnap.DSHTTP.TDSHTTPServerTransport.AuthenticationManager inherits from Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager. All content below this line refers to Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager.

Specifies the authentication manager for the current TCustomDSRESTServerTransport.

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

See Also