API:Datasnap.DSHTTP.TDSHTTPService.AuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthenticationManager;

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.

Datasnap.DSHTTP.TDSHTTPService.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