1MONGOC_URI_GET_SSL(3) MongoDB C Driver MONGOC_URI_GET_SSL(3)
2
3
4
6 mongoc_uri_get_ssl - mongoc_uri_get_ssl()
7
9 bool
10 mongoc_uri_get_ssl (const mongoc_uri_t *uri)
11 BSON_GNUC_DEPRECATED_FOR (mongoc_uri_get_tls);
12
14 WARNING:
15 This function is deprecated and should not be used in new code.
16
17 Please use mongoc_uri_get_tls() instead.
18
20 ยท uri: A mongoc_uri_t.
21
23 Fetches a boolean indicating if TLS was specified for use in the URI.
24
26 Returns a boolean, true indicating that TLS should be used.
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.15.2 Nov 06, 2019 MONGOC_URI_GET_SSL(3)