CreateOptions.setPassword

void setPassword(ref const(SecurePassword) pw) @safe

Sets the encryption password from a secure container.

void setPassword(string pw) @safe

Convenience: sets the password from a D string (copied and wiped).