Soap.SOAPHTTPTrans.TClientCert.Issuer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Issuer: string read FIssuer write FIssuer;

C++

__property System::UnicodeString Issuer = {read=FIssuer, write=FIssuer};

Properties

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

Description

Indicates the name of the organization.

Issuer is a string that indicates the name of the organization that issued the Certificate .

Note:This property is for informational purposes only.

See Also