Share via


DistributedApplicationOptions.TrustDeveloperCertificate Property

Definition

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)

Property Value

Applies to