标签: c++ macos keychain
是否有人知道如何使用SecKeychainOpen打开本地商品钥匙串(小牛队中的新功能)?该钥匙串中有某些条目,我希望能够使用SecKeychainFindInternetPassword向用户请求访问权限。
SecKeychainOpen
SecKeychainFindInternetPassword
e.g。对于系统钥匙串,您可以调用SecKeychainOpen ("/Library/Keychains/System.keychain",&keychainRef)。
SecKeychainOpen ("/Library/Keychains/System.keychain",&keychainRef)