FingerprintManager.Authenticate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request authentication of a crypto object.
[Android.Runtime.Register("authenticate", "(Landroid/hardware/fingerprint/FingerprintManager$CryptoObject;Landroid/os/CancellationSignal;ILandroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;Landroid/os/Handler;)V", "GetAuthenticate_Landroid_hardware_fingerprint_FingerprintManager_CryptoObject_Landroid_os_CancellationSignal_ILandroid_hardware_fingerprint_FingerprintManager_AuthenticationCallback_Landroid_os_Handler_Handler", ApiSince=23)]
public virtual void Authenticate (Android.Hardware.Fingerprints.FingerprintManager.CryptoObject? crypto, Android.OS.CancellationSignal? cancel, Android.Hardware.Fingerprints.FingerprintAuthenticationFlags flags, Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback callback, Android.OS.Handler? handler);
[<Android.Runtime.Register("authenticate", "(Landroid/hardware/fingerprint/FingerprintManager$CryptoObject;Landroid/os/CancellationSignal;ILandroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;Landroid/os/Handler;)V", "GetAuthenticate_Landroid_hardware_fingerprint_FingerprintManager_CryptoObject_Landroid_os_CancellationSignal_ILandroid_hardware_fingerprint_FingerprintManager_AuthenticationCallback_Landroid_os_Handler_Handler", ApiSince=23)>]
abstract member Authenticate : Android.Hardware.Fingerprints.FingerprintManager.CryptoObject * Android.OS.CancellationSignal * Android.Hardware.Fingerprints.FingerprintAuthenticationFlags * Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback * Android.OS.Handler -> unit
override this.Authenticate : Android.Hardware.Fingerprints.FingerprintManager.CryptoObject * Android.OS.CancellationSignal * Android.Hardware.Fingerprints.FingerprintAuthenticationFlags * Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback * Android.OS.Handler -> unit
Parameters
object associated with the call or null if none required.
- cancel
- CancellationSignal
an object that can be used to cancel authentication
optional flags; should be 0
an object to receive authentication events
- handler
- Handler
an optional handler to handle callback events
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.