Soap.SOAPHTTPTrans.THTTPReqResp.SetCertIssuer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCertIssuer(const AIssuer: string);

C++

void __fastcall SetCertIssuer(const System::UnicodeString AIssuer);

Properties

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

Description

Is the setter method for Issuer.

SetCertIssuer is used internally to set the Issuer of the certificate.

See Also