property TrustStorageCertificates: boolean; default False;
Description
Determines whether the certificates in the server storage will be trusted to verify the client certificate.
When verifying a certificate, the signature is checked in the entire certificate chain, up to the self-signed certificate. If a non-standard certificate, trusted by the server, was used to sign the certificate, that certificate will be added to the server storage.
Set TrustStorageCertificates to True to use the certificates in the storage storage, in addition to the system certificates, to verify the client certificate.
Set TrustStorageCertificates to False to use only the system ROOT certificates to verify the client certificate.
The default value is False.
See Also