DSAzure.TAzureHTTP.SetAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureHTTP

Delphi

procedure SetAuthentication(auth: TIdAuthentication);

C++

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

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