Datasnap.DSHTTP.TCustomDSRESTServerTransport.SetAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSRESTServerTransport

Delphi

procedure SetAuthenticationManager(const AuthenticationManager: TDSCustomAuthenticationManager);

C++

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

Description

Setter method for the AuthenticationManager property.

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

See Also