Enum member TLSPeerValidationMode.requireCert
Require the peer to always present a certificate.
Note that this option alone does not verify the certificate at all. It can be used together with the "check" options, or by using a custom validation callback to actually validate certificates.
Declaration
enum TLSPeerValidationMode
{
// ...
requireCert = 1,
// ...
}
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.