vaultExists2

Tests whether the specified vault exists, returns true if the vault exists; otherwise returns false. If an error occurs while reading the keychain, throws an kDataVaultExceptionReasonIORead exception.

Syntax

+ (BOOL)vaultExists2:(NSString*)dataVaultID;

Parameters

Returns

Returns true if the vault exists; otherwise returns false and throws an kDataVaultExceptionReasonIORead exception.

Examples