Package org.robovm.apple.security
Class SecAttributeValues
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.security.SecAttributeValues
public class SecAttributeValues extends CocoaUtility
-
Constructor Summary
Constructors Constructor Description SecAttributeValues() -
Method Summary
Modifier and Type Method Description static CFTypeUseAuthenticationUIAllow()Deprecated.Deprecated in iOS 14.0.static CFTypeUseAuthenticationUIFail()Deprecated.Deprecated in iOS 14.0.static CFTypeUseAuthenticationUISkip()
-
Constructor Details
-
SecAttributeValues
public SecAttributeValues()
-
-
Method Details
-
UseAuthenticationUIAllow
Deprecated.Deprecated in iOS 14.0. Instead of kSecUseAuthenticationUI, use kSecUseAuthenticationContext and set LAContext.interactionNotAllowed property- Since:
- Available in iOS 9.0 and later.
-
UseAuthenticationUIFail
Deprecated.Deprecated in iOS 14.0. Instead of kSecUseAuthenticationUI, use kSecUseAuthenticationContext and set LAContext.interactionNotAllowed property- Since:
- Available in iOS 9.0 and later.
-
UseAuthenticationUISkip
- Since:
- Available in iOS 9.0 and later.
-