Example #1
0
 private static extern int SecKeychainDelete(SafeKeychainHandle handle);
Example #2
0
 private static extern int SecKeychainOpen(string path, out SafeKeychainHandle keychain);
Example #3
0
 private static extern int SecKeychainCreate(string pathName, int passphraseLength, byte[] passphraseUtf8, bool promptUser, IntPtr initialAccessNull, out SafeKeychainHandle keychain);
Example #4
0
 private static extern int SecKeychainUnlock(SafeKeychainHandle handle, int passphraseLength, byte[] passphraseUtf8, bool usePassword);