Datasnap.DSHTTP.TCustomDSRESTServerTransport.SetAuthenticationManager

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAuthenticationManager(const AuthenticationManager: TDSCustomAuthenticationManager);

C++

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

Eigenschaften

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


Beschreibung

Setter-Methode für die Eigenschaft AuthenticationManager.

Mit SetAuthenticationManager setzen Sie TDSCustomAuthenticationManager auf die entsprechende AuthenticationManager-Eigenschaft.

Siehe auch