Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AuthenticationManager: TDSCustomAuthenticationManager read GetAuthenticationManager

C++

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

Description

Specifies the authentication manager for the current TCustomDSRESTServerTransport.

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

See Also