System.Net.HttpClientComponent.TNetHTTPRequest.ClientCertificatePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientCertificatePath: string read FClientCertificatePath write SetClientCertificatePath;

C++

__property System::UnicodeString ClientCertificatePath = {read=FClientCertificatePath, write=SetClientCertificatePath};

Properties

Type Visibility Source Unit Parent
property published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPRequest

Description

Client certificate path for the request (iOS, Linux, Windows, Android).

Note: On Android this is a certificate fingerprint or imported name, not a file path. Password is not used.