Datasnap.DSClientRest.TDSRestConnection.SecureProtocols
Delphi
property SecureProtocols: THTTPSecureProtocols read GetSecureProtocols write SetSecureProtocols;
C++
__property SecureProtocols;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | TDSRestConnection |
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