DSAzure.TAzureHTTP.SetAuthentication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAuthentication(auth: TIdAuthentication);

C++

void __fastcall SetAuthentication(Idauthentication::TIdAuthentication* auth);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP


Beschreibung

Setzt die Anmeldeinformationen.

Die Methode SetAuthentication setzt die Anmeldeinformationen für die Komponente TAzureHTTP. Die Anmeldeinformationen werden im Parameter auth übergeben, der des Typs TIdAuthentication ist.

Siehe auch