API:System.Net.HttpClient.THTTPRequest.SetClientCertificate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPRequest

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.