Datasnap.DSClientRest.TDSRestConnection.SecureProtocols

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SecureProtocols: THTTPSecureProtocols read GetSecureProtocols write SetSecureProtocols;

C++

__property SecureProtocols;

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection


説明

プロパティは、どのセキュア プロトコルが HTTPS 接続に対して使用可能かを指定します。

デフォルトはプロトコルの空のセットで、デフォルトで有効になっている、オペレーティング システムのプロトコルを使用することを意味します。例:

  • Windows 7 および Windows 8 - SSL3、TLS1
  • Windows 8.1 および Windows 10 - SSL3、TLS1.0、TLS1.1、TLS1.2


関連項目