SecKeychainCopyAccess(_:_:)
Retrieves the application access of a keychain.
Declaration
func SecKeychainCopyAccess(_ keychain: SecKeychain?, _ access: UnsafeMutablePointer<SecAccess?>) -> OSStatusParameters
- keychain:
A reference to the keychain from which to copy the access object. Pass
NULLto specify the default keychain. - access:
A pointer to an access object. On return, this points to the access object of the specified keychain.
Return Value
A result code. See Security Framework Result Codes.