System.Net.HttpClient.THTTPRequest.SetClientCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetClientCertificate(const Value: TStream; const Password: string); overload;
procedure SetClientCertificate(const Path: string; const Password: string); overload;

C++

void __fastcall SetClientCertificate(System::Classes::TStream* const Value, const System::UnicodeString Password)/* overload */;
void __fastcall SetClientCertificate(const System::UnicodeString Path, const System::UnicodeString Password)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPRequest

Description

Sets a client certificate to use with this request.

The accepted parameters are:

  • Value: The certificate.
  • Password: The password of the provided certificate.

Platform Support

This method is only available on iOS.

See Also