ReadOptions.setPassword
void setPassword(ref const(SecurePassword) pw) @safeSets the decryption password from a secure container.
void setPassword(string pw) @safeConvenience: sets the password from a D string (copied and wiped).
void setPassword(ref const(SecurePassword) pw) @safeSets the decryption password from a secure container.
void setPassword(string pw) @safeConvenience: sets the password from a D string (copied and wiped).