Interface GatewayHostnameConfigurationContract.UpdateStages.WithTls10Enabled
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Update
- Enclosing interface:
GatewayHostnameConfigurationContract.UpdateStages
public static interface GatewayHostnameConfigurationContract.UpdateStages.WithTls10Enabled
The stage of the GatewayHostnameConfigurationContract update allowing to specify tls10Enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithTls10Enabled(Boolean tls10Enabled) Specifies the tls10Enabled property: Specifies if TLS 1.0 is supported.
-
Method Details
-
withTls10Enabled
Specifies the tls10Enabled property: Specifies if TLS 1.0 is supported.- Parameters:
tls10Enabled- Specifies if TLS 1.0 is supported.- Returns:
- the next definition stage.
-