System.Net.URLClient.TCredentialsStorage.FindCredentials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindCredentials(AnAuthTargetType: TAuthTargetType; const ARealm: string; const AURL: string = '';  const AUser: string = ''): TCredentialArray;

C++

System::DynamicArray<TCredential> __fastcall FindCredentials(TAuthTargetType AnAuthTargetType, const System::UnicodeString ARealm, const System::UnicodeString AURL = System::UnicodeString(), const System::UnicodeString AUser = System::UnicodeString());

Properties

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

Description

Finds credentials inside the credential storage FCredentials filtered by the parameters.

The FindCredentials method finds credentials inside the credential storage FCredentials filtered by the parameters AnAuthTargetType, ARealm, AURL, and AUser. The method returns a TCredentialArray with the credentials found.

See Also