DSAzure.TAzureHTTP.SetAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAuthentication(auth: TIdAuthentication);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP

Description

Sets the authentication credentials.

The SetAuthentication method sets the authentication credentials for the TAzureHTTP component. Authentication credentials are passed in through the auth parameter, which is of type TIdAuthentication.

See Also