Server.UpdateStages.WithMinimalTlsVersion Interface

public static interface Server.UpdateStages.WithMinimalTlsVersion

The stage of the Server update allowing to specify minimalTlsVersion.

Method Summary

Modifier and Type Method and Description
abstract Update withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)

Specifies the minimalTlsVersion property: Enforce a minimal Tls version for the server..

Method Details

withMinimalTlsVersion

public abstract Server.Update withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)

Specifies the minimalTlsVersion property: Enforce a minimal Tls version for the server..

Parameters:

minimalTlsVersion - Enforce a minimal Tls version for the server.

Returns:

the next definition stage.

Applies to