deleteValue

Deletes the specified value.

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

Syntax

+ (void)deleteValue:(NSString*)name; 

Parameters

Returns

None.

Examples