Soap.SOAPHTTPTrans.THTTPReqResp.SetCertName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCertName(const AName: string);

C++

void __fastcall SetCertName(const System::UnicodeString AName);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Is the setter method for CertName.

SetCertName is used internally to set the CertName of the certificate.

See Also