diff -r b2e360b78189 -r 39fec79de6e8 MYKeychain.h --- a/MYKeychain.h Thu Apr 09 22:27:51 2009 -0700 +++ b/MYKeychain.h Sun Jun 07 21:53:56 2009 -0700 @@ -102,6 +102,11 @@ //@{ #if !TARGET_OS_IPHONE +/** Sets whether the keychain is allowed to pop up panels to interact with the user, + for example to ask for permission to access keys. If user interaction is not + allowed, all such requests will fail. */ ++ (void) setUserInteractionAllowed: (BOOL)allowed; + /** Enumerates all public keys in the keychain that have the given alias string. */ - (NSEnumerator*) symmetricKeysWithAlias: (NSString*)alias;