Soap.SOAPHTTPTrans.TClientCert.CertName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CertName: string read FCertName write FCertName;

C++

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

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