ServiceFabricManagedClusterData.IsHttpGatewayExclusiveAuthModeEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined.
public bool? IsHttpGatewayExclusiveAuthModeEnabled { get; set; }
member this.IsHttpGatewayExclusiveAuthModeEnabled : Nullable<bool> with get, set
Public Property IsHttpGatewayExclusiveAuthModeEnabled As Nullable(Of Boolean)