HttpClientConfig.DangerousAcceptAnyServerCertificate 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.
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)