DistributedApplicationOptions.TrustDeveloperCertificate 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 add trust for developer certificates (currently the ASP.NET development certificate) by default at runtime. Disabling this option will also disable the automatic use of the developer certificate for server authentication.
public bool? TrustDeveloperCertificate { get; set; }
member this.TrustDeveloperCertificate : Nullable<bool> with get, set
Public Property TrustDeveloperCertificate As Nullable(Of Boolean)