verify_ssl_trust
Description:
public TrustPromptResponse verify_ssl_trust (string host, TlsCertificate cert, TlsCertificateFlags cert_errors)
Verifies SSL/TLS trust for the given host and cert, as previously stored in the this
with update_ssl_trust.
Parameters:
| this |
an SourceWebdav |
| host |
a host name to store the certificate for |
| cert |
the invalid certificate of the connection over which |
| cert_errors |
a bit-or of TlsCertificateFlags describing the reason for the |