property ClientCertificateName: string;
Description
Specifies the client certificate name that is stored in Storage. The client certificate is used to authenticate the client by the server. It must be signed by CACertificateName, and must have a private key (TScCertificate.Key.IsPrivate is True).
If the specified certificate was not found in the storage and the TLS/SSL server requires the client certificate for authentication, secure connection will not be established.
See Also