Soap.SOAPHTTPTrans.THTTPReqResp.GetCertIssuer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCertIssuer: string;

C++

System::UnicodeString __fastcall GetCertIssuer(void);

Properties

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

Description

Is the getter method for Issuer.

GetCertIssuer is used internally to get the Issuer of the certificate.

See Also