System.Net.HttpClient.IHTTPRequest.GetClientCertificate

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

Delphi

function GetClientCertificate: TStream;

C++

virtual System::Classes::TStream* __fastcall GetClientCertificate() = 0 ;

プロパティ

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


説明

要求に割り当てられているクライアント証明書を返します。

関連項目