System.Net.URLClient.TURLClient.GetCredentials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCredentials(AuthTarget: TAuthTargetType; const ARealm, URL: string): TCredentialsStorage.TCredentialArray; virtual;

C++

virtual System::DynamicArray<TCredentialsStorage::TCredential> __fastcall GetCredentials(TAuthTargetType AuthTarget, const System::UnicodeString ARealm, const System::UnicodeString URL);

Properties

Type Visibility Source Unit Parent
function protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient

Description

Gets the compatible credentials with the given parameters.

The GetCredentials method returns the compatible credentials according to the specified AuthTarget, ARealm and URL.

See Also