Enum member TLSPeerValidationMode.checkTrust
Requires that the certificate or any parent certificate is trusted.
Searches list of trusted certificates for a match of the certificate chain. If no match is found, the connection is rejected.
Declaration
enum TLSPeerValidationMode
{
// ...
checkTrust = 8,
// ...
}
See also
useTrustedCertificateFile
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.