DistributedApplicationOptions.DeveloperCertificateDefaultHttpsTerminationEnabled 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.
Whether to attempt to implicitly use a developer certificate (currently the ASP.NET Core development certificate) for server authentication for non-ASP.NET resources by default at runtime.
public bool? DeveloperCertificateDefaultHttpsTerminationEnabled { get; set; }
member this.DeveloperCertificateDefaultHttpsTerminationEnabled : Nullable<bool> with get, set
Public Property DeveloperCertificateDefaultHttpsTerminationEnabled As Nullable(Of Boolean)