Datasnap.DSClientRest.TDSRestConnection.SecureProtocols

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property SecureProtocols;

C++

__property SecureProtocols = {default=0};

Description

Property specifies which secure protocols are acceptable for HTTPS connection.

The default is empty set of protocols, which means to use operating system protocols, enabled by default. For example:

  • Windows 7 and Windows 8 - SSL3, TLS1
  • Windows 8.1 and Windows 10 - SSL3, TLS1.0, TLS1.1, TLS1.2


See Also