var tlsMinimumSupportedProtocolVersion : tls_protocol_version_t
The minimum TLS protocol version that the client should accept when making connections in this session.
接続をこのセッションにおいて作っているクライアントが受け入れるべき最小限のTLSプロトコルバージョン。
var tlsMaximumSupportedProtocolVersion : tls_protocol_version_t
The maximum TLS protocol version that the client should request when making connections in this session.
最大限のTLSプロトコルバージョン、それはクライアントがこのセッションにおいて接続をする時にリクエストすべきものです。
var tlsMinimumSupportedProtocol : SSLProtocol
The minimum TLS protocol to accept during protocol negotiation.
プロトコル交渉の間に受け入れる最小限のTLSプロトコル。
var tlsMaximumSupportedProtocol : SSLProtocol
The maximum TLS protocol version that the client should request when making connections in this session.
最大限のTLSプロトコルバージョン、それはクライアントがこのセッションにおいて接続をする時にリクエストすべきものです。