System.Net.HttpClient.THTTPClient.DoGetClientCertificates

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

Delphi

procedure DoGetClientCertificates(const ARequest: THTTPRequest; const ACertificateList: TList<TCertificate>); virtual; abstract;

C++

virtual void __fastcall DoGetClientCertificates(THTTPRequest* const ARequest, System::Generics::Collections::TList__1<System::Net::Urlclient::TCertificate>* const ACertificateList) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient


説明

ARequest に関連する、プラットフォーム依存のクライアント証明書を、ACertificateList から取得するメソッドです。

関連項目