XmlContainerConfig::setEncrypted

#include <DbXml.hpp>

void XmlContainerConfig::setEncrypted(bool value) 

Sets whether to encrypt the database using the cryptographic password specified to DbEnv::set_encrypt(). The default setting is false.

Parameters

value

Set to true to use encryption.

Class

XmlContainerConfig

See Also

XmlContainerConfig Methods