set_default_database
Description:
Set the default TlsDatabase used to verify TLS connections
Any subsequent call to get_default_database will return the database set in this call. Existing databases and connections are not modified.
Setting a null default database will reset to using the system default database as if set_default_database had never been called.
Parameters:
this |
the TlsBackend |
database |
the TlsDatabase |