setString

Stores a string object in the vault.

Stores a string under the specified name. An exception is thrown if the vault is locked when this method is called.

Syntax

- (void)setString:(NSString*)name withValue:(NSString*)value;

Parameters

Examples