Share via


DistributedApplicationOptions.TrustDeveloperCertificate Property

Definition

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)

Property Value

Applies to