Datasnap.DSHTTP.TCustomDSRESTServerTransport.SetAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAuthenticationManager(const AuthenticationManager: TDSCustomAuthenticationManager);

C++

void __fastcall SetAuthenticationManager(Datasnap::Dsauth::TDSCustomAuthenticationManager* const AuthenticationManager);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport

Description

Setter method for the AuthenticationManager property.

Use SetAuthenticationManager to set the TDSCustomAuthenticationManager to its corresponding AuthenticationManager property.

See Also