property HostKeyAlgorithms: TScAsymmetricAlgorithms; default [aaRSA, aaEC];
Description
The HostKeyAlgorithms property holds set of the algorithms supported for the host key.
Indicate the asymmetric algorithms, for which server has private key that. This key is used by client to authenticate the server.
The default value is the RSA algorithm.
See Also