Soap.SOAPHTTPTrans.TClientCert.CertName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Indicates the name of Certificate Client.

CertName is a string that indicates the name of the Certificate Client.

Note: This property is for informational purposes only.

See Also