System.Net.URLClient.TCredentialsStorage.AddCredential

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddCredential(const ACredential: TCredential): Boolean;

C++

bool __fastcall AddCredential(const TCredential &ACredential);

Properties

Type Visibility Source Unit Parent
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage

Description

Adds a credential to the credentials storage.

The AddCredential method adds the ACredential to the credential storage FCredentials. The method returns True if the operation is successful.

See Also