Setting the Retry Limit Value for a Vault

Set the maximum number of consecutive failed attempts to unlock the vault.

Syntax

-(void) setRetryLimit: (int32_t) numOfAttempts

Parameters

  • numOfAttempts – Maximum failed attempts that is permitted to unlock the vault.

Examples

  • Set Retry Limit Value
    LiteSUPDataVault* vault = [LiteSUPDataVault getVault:<vault_name>];
    [vault setRetryLimit:<retry_number>];