System.Net.URLClient.TURLClient.GetCredentials

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient


説明

指定されたパラメータに適合する資格情報を取得します。

GetCredentials メソッドでは、指定された AuthTargetARealmURL に適合する資格情報を返します。

関連項目