IsDefaultPasswordUsed

Checks whether the default password is used by the vault.

Use this method once the DataVault is unlocked.

Syntax

public bool IsDefaultPasswordUsed()

Returns

Returns

Indicates

true

Both the default password and the default salt are used to encrypt the vault.

false

Either the default password or the default salt are not used to encrypt the vault.

Examples