Setting the Lock Timeout Value for a Vault

Set the time until which the vault remains in an unlocked state. Once this time is lapsed, the vault reverts to the locked state.

Syntax

public void setLockTimeout(int iTimeoutSeconds) throws LiteDataVaultException

Parameters

  • iTimeoutSeconds – Time in seconds for which the vault is unlocked.