Setting a Binary Value

Store a value in the vault. To remove a value, provide 'null' as the second parameter.

Syntax

- (void) setValue: (NSString *) dataKey
with Value: (NSData *) byteValue

Parameters

  • dataKey – The key used to store the data.
  • byteValue – The value to be stored in the vault.