AlanQuatermain/aqtoolkit

kSecAttrAccount not used in -[AQKeychainItem copyQueryDictionary:] ?

cahlbin opened this issue · 0 comments

Not sure if this is by design or not, but at least I found myself wanting to include the kSecAttrAccount attribute to be included when querying (-[AQKeychainItem queryKeychain]).

So in -[AQKeychainItem copyQueryDictionary: (AQKeychainOptions)] , around AQKeychainItem.m:142,
why not also include kSecAttrAccount in addition to kSecAttrSecurityDomain, kSecAttrPort, kSecAttrPath etc when building the set of attributes used in the query?