Share via


ServiceFabricClusterPatch.IsHttpGatewayExclusiveAuthModeEnabled Property

Definition

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, HttpGatewayTokenAuthEndpointPort must be defined.

public bool? IsHttpGatewayExclusiveAuthModeEnabled { get; set; }
member this.IsHttpGatewayExclusiveAuthModeEnabled : Nullable<bool> with get, set
Public Property IsHttpGatewayExclusiveAuthModeEnabled As Nullable(Of Boolean)

Property Value

Applies to