UseSSL Property
Determines if SSL is negotiated with incoming connections.
Syntax
property UseSSL: Boolean read get_UseSSL write set_UseSSL;
Default Value
false
Remarks
When set to True the component will attempt to negotiate SSL with all connecting clients. To enable SSL support you must supply a valid certificate via the SSLCertStoreType, SSLCertStore, SSLCertStorePassword, and SSLCertSubject properties
The default value is False.
This property is not available at design time.