vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

CustomTLSCredentials.this - multiple declarations

Function CustomTLSCredentials.this

this();

Function CustomTLSCredentials.this

this (
  TLSPeerValidationMode validation_mode = TLSPeerValidationMode.checkPeer
);

Function CustomTLSCredentials.this

this (
  X509Certificate server_cert,
  X509Certificate ca_cert,
  PrivateKey server_key
);
Authors

Sönke Ludwig, Etienne Cimon

Copyright

© 2015 Sönke Ludwig, GlobecSys Inc

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.