Contents

SecKeychainGetUserInteractionAllowed(_:)

Indicates whether keychain services functions that normally display a user interaction are allowed to do so.

Declaration

func SecKeychainGetUserInteractionAllowed(_ state: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Parameters

  • state:

    On return, a Boolean value indicating whether user interaction is permitted. If True, user interaction is allowed, and keychain services functions that display a user interface can do so as appropriate.

Return Value

A result code. See Security Framework Result Codes.