MYKeychain.h
changeset 19 f6c91b9da05b
parent 5 b2e360b78189
child 26 d9c2a06d4e4e
     1.1 --- a/MYKeychain.h	Thu Apr 09 22:27:51 2009 -0700
     1.2 +++ b/MYKeychain.h	Thu Jun 04 18:36:30 2009 -0700
     1.3 @@ -102,6 +102,11 @@
     1.4  //@{
     1.5  #if !TARGET_OS_IPHONE
     1.6  
     1.7 +/** Sets whether the keychain is allowed to pop up panels to interact with the user,
     1.8 +    for example to ask for permission to access keys. If user interaction is not
     1.9 +    allowed, all such requests will fail. */
    1.10 ++ (void) setUserInteractionAllowed: (BOOL)allowed;
    1.11 +
    1.12  /** Enumerates all public keys in the keychain that have the given alias string. */
    1.13  - (NSEnumerator*) symmetricKeysWithAlias: (NSString*)alias;
    1.14