property CipherSuites: TScSSLCipherSuites;
Description
The CipherSuites property holds a list of acceptable algorithms that can be used for encrypting and support integrity of the data transferred between the client and the server through a secure connection.
The algorithms are stored in order of preference.
See Also