Discuss this help topic in SecureBlackbox Forum
TElServerSSLSocket.ClientAuthentication
Specifies whether client authentication (certificate request) is enabled.
Declaration
Description
This property defines whether server should request the client's certificate.
If the client doesn't have certificate, server closes the connection. If the client has one,
the
OnCertificateValidate
event is fired. Then the
InternalValidate
method can be called to check validity of the certificate.
Client authentication is used rarely. Use this option
in case when you are sure that all clients have certificates.