System.Net.URLClient.TCredentialsStorage.AddCredential

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AddCredential(const ACredential: TCredential): Boolean;

C++

bool __fastcall AddCredential(const TCredential &ACredential);

Propriétés

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


Description

Ajoute les informations d'identification au stockage d'informations d'identification.

La méthode AddCredential ajoute ACredential au stockage des informations d'identification FCredentials. La méthode renvoie True si l'opération a réussi.

Voir aussi