System.Net.HttpClientComponent.TNetHTTPClientHelper.SecureFailureReasons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SecureFailureReasons: THTTPSecureFailureReasons read GetSecureFailureReasons;

Properties

Type Visibility Source Unit Parent
property public System.Net.HTTPClientComponent.pas System.Net.HttpClientComponent TNetHTTPClientHelper

Description

Property that returns a set of reasons of why the OnValidateServerCertificate or the ValidateServerCertificateCallback event was called.

This property is platform dependent and is currently supported on Windows and Linux.

See Also