ServiceFabricClusterData.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, 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET