BiometricPrompt.CryptoObject.Signature Property

Definition

Get Signature object.

public Java.Security.Signature? Signature { [Android.Runtime.Register("getSignature", "()Ljava/security/Signature;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getSignature", "()Ljava/security/Signature;", "", ApiSince=28)>]
member this.Signature : Java.Security.Signature

Property Value

Signature object or null if this doesn't contain one.

Attributes

Remarks

Get Signature object.

Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getSignature().

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.

Applies to