Dela via


HttpClientConfig.DangerousAcceptAnyServerCertificate Property

Definition

Indicates if destination server https certificate errors should be ignored. This should only be done when using self-signed certificates.

public bool? DangerousAcceptAnyServerCertificate { get; init; }
member this.DangerousAcceptAnyServerCertificate : Nullable<bool> with get, set
Public Property DangerousAcceptAnyServerCertificate As Nullable(Of Boolean)

Property Value

Applies to