System.Net.HttpClient.IHTTPRequest.SetClientCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall SetClientCertificate(System::Classes::TStream* const Value, const System::UnicodeString Password) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPRequest

Description

Sets a client certificate to use with the 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