TlsContext.setMinVersion

TlsContext setMinVersion(TlsVersion ver) ref pure @safe nothrow @nogc return

Set the minimum TLS protocol version.

Parameters

verThe minimum version to allow.

Returns

Reference to this context for method chaining.