C++
const SecurityParams* cloneSecurityParams();
Description
This function returns a pointer to a SecurityParams struct that lists the security settings in effect for the database. If no security-related operations have been set for the database, the return value is NULL.
Use the disposeSecurityParams() function to release the resources allocated by this function.