NSURLConnection默认使用TLSv1.2吗?

Miu*_*Miu 9 ssl nsurlconnection ios

根据Apple的说法:

如果您的应用程序使用CFStream API或SecureTransport API实现TLS客户端,则它现在默认在连接到TLS服务器时使用TLS 1.2握手.

参考:https: //developer.apple.com/library/ios/technotes/tn2287/_index.html

但是,在我的应用程序中,我没有使用CFStream API.我正在使用NSURLConnection.对于NSURLConnection,默认的TLS 1.2也是?