Soap.SOAPHTTPTrans.TClientCertExt.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: TFileName read FFileName write FFileName;

C++

__property System::Sysutils::TFileName FileName = {read=FFileName, write=FFileName};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans TClientCertExt

Description

FileName sets the path containing a client certificate for the SOAP request authentication.

Note: The supported platforms are iOS, Linux, Windows, and Android. In Android platforms, the Path is the serial number certificate, not a file path.

See Also