|
◆ property_list_service_enable_ssl()
Enable SSL for the given property list service client.
- Parameters
-
client | The connected property list service client for which SSL should be enabled. |
- Returns
- PROPERTY_LIST_SERVICE_E_SUCCESS on success, PROPERTY_LIST_SERVICE_E_INVALID_ARG if client or client->connection is NULL, PROPERTY_LIST_SERVICE_E_SSL_ERROR when SSL could not be enabled, or PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR otherwise.
|