Function TLSContext.peerValidationMode
Specifies the validation level of remote peers.
The default mode
for TLSContextKind
is
TLSPeerValidationMode
and the default for
TLSContextKind
is TLSPeerValidationMode
.
Prototypes
abstract void peerValidationMode(
TLSPeerValidationMode mode
) @property;
abstract TLSPeerValidationMode 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.