ChangePassword

Changes the password for the vault.

Modifies all name/value pairs in the vault to be encrypted with a new password/salt. If the vault is locked or the new password is empty, an exception is thrown.

Syntax

public void ChangePassword(
   string sPassword,
   string sSalt
)

Parameters

Examples