Datasnap.DSHTTP.TCustomDSRESTServerTransport.GetAuthenticationManager

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAuthenticationManager: TDSCustomAuthenticationManager;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport


Beschreibung

Getter-Methode für die Eigenschaft AuthenticationManager.

GetAuthenticationManager gibt den TDSCustomAuthenticationManager für den aktuellen TCustomDSRESTServerTransport zurück.

Siehe auch