Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthenticationManager: TDSCustomAuthenticationManager read GetAuthenticationManager  write SetAuthenticationManager;

C++

__property Datasnap::Dsauth::TDSCustomAuthenticationManager* AuthenticationManager = {read=GetAuthenticationManager, write=SetAuthenticationManager};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport

Description

Specifies the authentication manager for the current TCustomDSRESTServerTransport.

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

See Also