System.Net.URLClient.TCredentialsStorage.FindAccurateCredential

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FindAccurateCredential(AnAuthTargetType: TAuthTargetType; const ARealm: string; const AURL: string = '';  const AUser: string = ''): TCredential;

C++

TCredential __fastcall FindAccurateCredential(TAuthTargetType AnAuthTargetType, const System::UnicodeString ARealm, const System::UnicodeString AURL = System::UnicodeString(), const System::UnicodeString AUser = System::UnicodeString());

Propriétés

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


Description

Trouve les informations d'identification ayant la meilleure correspondance avec les arguments d'entrée dans le stockage d'informations d'identification FCredentials.

La méthode FindAccurateCredential trouve les informations d'identification ayant la meilleure correspondancce avec les arguments d'entrée dans le stockage d'informations d'identification FCredentials. La méthode FindAccurateCredential utilise les paramètres AnAuthTargetType, ARealm, AURL et AUser pour filtrer les informations d'identification. La méthode renvoie le TCredential trouvé.

Voir aussi