Datasnap.DSHTTP.TCustomDSRESTServerTransport.GetAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetAuthenticationManager: TDSCustomAuthenticationManager;

C++

Datasnap::Dsauth::TDSCustomAuthenticationManager* __fastcall GetAuthenticationManager();

Description

Getter method for the AuthenticationManager property.

GetAuthenticationManager returns the TDSCustomAuthenticationManager for the current TCustomDSRESTServerTransport.

See Also