setValue

Stores a binary object in the vault.

An exception is thrown if the vault is locked when this method is called.

Syntax

- (void)setValue:(NSString*)name withValue:(NSData*)value; 

Parameters

Examples