Guest User

Untitled

a guest
Dec 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. NSDictionary *attributeResult = NULL;
  2. NSMutableDictionary *attributeQuery = [query mutableCopy];
  3. [attributeQuery setObject: (id) kCFBooleanTrue forKey:(id) kSecReturnAttributes];
  4. OSStatus status = SecItemCopyMatching((__bridge CFDictionaryRef) attributeQuery, (__bridge CFTypeRef *) &attributeResult);
Add Comment
Please, Sign In to add comment