예제 #1
0
 public static extern unsafe int SecKeychainItemCopyAttributesAndData(
     IntPtr itemRef,
     IntPtr info,
     IntPtr itemClass,
     SecKeychainAttributeList **attrList,
     uint *dataLength,
     void **data);
예제 #2
0
 static extern unsafe OSStatus SecKeychainItemCopyAttributesAndData(IntPtr itemRef, SecKeychainAttributeInfo *info, ref SecItemClass itemClass,
                                                                    SecKeychainAttributeList **attrList, ref uint length, ref IntPtr outData);
예제 #3
0
 static extern unsafe SecStatusCode SecKeychainItemCopyAttributesAndData(IntPtr itemRef, SecKeychainAttributeInfo *info, ref SecItemClass itemClass,
                                                                         SecKeychainAttributeList **attrList, IntPtr lengthRef, IntPtr outDataRef);