Contents

SecKeychainRemoveCallback(_:)

Unregisters your keychain event callback function.

Declaration

func SecKeychainRemoveCallback(_ callbackFunction: SecKeychainCallback) -> OSStatus

Parameters

  • callbackFunction:

    The callback function pointer to remove.

Return Value

A result code. See Security Framework Result Codes.

Discussion

Once removed, keychain events are not sent to the owner of the callback.