Enum SSLPeerValidationMode
Specifies how rigorously SSL peer certificates are validated.
Usually trustedCert
The enum base type is
.
int
Enum members
Name | Description |
---|---|
none
|
Accept any peer regardless if and which certificate is presented. |
requireCert
|
Require the peer to persent a certificate without further validation. |
trustedCert
|
Require a valid and trusted certificate (strongly recommended). |
validCert
|
Require a valid certificate matching the peer name. |
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.