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 developer certificate) by default at runtime.
public bool? TrustDeveloperCertificate { get; set; }
member this.TrustDeveloperCertificate : Nullable<bool> with get, set
Public Property TrustDeveloperCertificate As Nullable(Of Boolean)