Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AuthenticationManager: TDSCustomAuthenticationManager read GetAuthenticationManager  write SetAuthenticationManager;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport


Beschreibung

Legt den Authentifizierungsmanager für den aktuellen TCustomDSRESTServerTransport fest.

Mit der Eigenschaft AuthenticationManager können Sie den TDSCustomAuthenticationManager für den aktuellen TCustomDSRESTServerTransport festlegen.

Siehe auch