REST.Client.TCustomRESTClient.ClientCertificatePassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientCertificatePassword: string read GetClientCertificatePassword write SetClientCertificatePassword;

C++

__property System::UnicodeString ClientCertificatePassword = {read=GetClientCertificatePassword, write=SetClientCertificatePassword};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Specifies the password required to access a client certificate.

When a request is made, the REST client uses the certificate's password to unlock it if it's password-protected, enabling secure communication with the server.

Attention: Test the setup to ensure that the client can successfully authenticate with the server using the provided certificate and password.

See Also