Enum member SSLPeerValidationMode.requireCert

Require the peer to persent a certificate without further validation.

Note that this mode does not verify the certificate at all. This mode can be useful if a custom validation callback is used to validate certificates.

Declaration

enum SSLPeerValidationMode
{
	// ...
	requireCert,
	// ...
}

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.