Hi.. I am looking for functionality like in Android with SetUserAuthenticationValidityDurationSeconds in android. Is there something similar for accessing keychain data with SecKeyChain and SecRecord? I don't want to ask for authentication right after phone was unlocked by user.
I'm using
SecAccessControl(SecAccessible.WhenPasscodeSetThisDeviceOnly, SecAccessControlCreateFlags.UserPresence)
↧
Something like AuthenticationValidityDuration?
↧