Enum member SSLPeerValidationMode.none
Accept any peer regardless if and which certificate is presented.
This mode is generally discouraged and should only be used with a custom validation callback set to do the verification.
Declaration
enum SSLPeerValidationMode { // ... none, // ... }
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.