API:Datasnap.DSHTTP.TDSHTTPServerTransport.AuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServerTransport

Delphi

property AuthenticationManager;

C++

__property AuthenticationManager;

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