Soap.SOAPHTTPTrans.TClientCert.Issuer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Issuer: string read FCert.Issuer write FCert.Issuer;

C++

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

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