Soap.SOAPHTTPTrans.TClientCert.Subject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

TClientCert.Subject indicates and specifies the subject secured by the Certificate.

Note: This property is used at runtime to select the client certificate from the store.

See Also