Internet Direct (Indy) Version 9.0.1 Beta
TIdSSLOptions
Represents SSL certificate and usage options.

TIdSSLOptions = class(TPersistent)
Description
TIdSSLOptions is a TPersistent descendant that represents SSL options for Indy connection intercept classes. TIdSSLOptions implements properties that identify certificate files for the Root and User Certificates, User Key file, as well as SSL version number, method, and mode.

TIdSSLOptions is used in TIdConnectionInterceptOpenSSL and TIdServerInterceptOpenSSL implementations.