1MONGOC_URI_GET_SSL(3) libmongoc 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. This re‐
27 turns true if any TLS option is specified.
28
30 MongoDB, Inc
31
33 2017-present, MongoDB, Inc
34
35
36
37
381.20.0 Nov 18, 2021 MONGOC_URI_GET_SSL(3)