Interface GatewayHostnameConfigurationContract.UpdateStages.WithNegotiateClientCertificate
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Update
- Enclosing interface:
GatewayHostnameConfigurationContract.UpdateStages
public static interface GatewayHostnameConfigurationContract.UpdateStages.WithNegotiateClientCertificate
The stage of the GatewayHostnameConfigurationContract update allowing to specify negotiateClientCertificate.
-
Method Summary
Modifier and TypeMethodDescriptionwithNegotiateClientCertificate(Boolean negotiateClientCertificate) Specifies the negotiateClientCertificate property: Determines whether gateway requests client certificate.
-
Method Details
-
withNegotiateClientCertificate
GatewayHostnameConfigurationContract.Update withNegotiateClientCertificate(Boolean negotiateClientCertificate) Specifies the negotiateClientCertificate property: Determines whether gateway requests client certificate.- Parameters:
negotiateClientCertificate- Determines whether gateway requests client certificate.- Returns:
- the next definition stage.
-