Function SSLContext.peerValidationMode
Specifies the validation level of remote peers.
The default mode
for SSLContextKind.client
is
SSLPeerValidationMode.trustedCert
and the default for
SSLContextKind.server
is SSLPeerValidationMode.none
.
Prototypes
void peerValidationMode( SSLPeerValidationMode mode ) @property; SSLPeerValidationMode peerValidationMode() @property const;
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.