BiometricPrompt.CryptoObject.Mac Property

Definition

Get Mac object.

public Javax.Crypto.Mac? Mac { [Android.Runtime.Register("getMac", "()Ljavax/crypto/Mac;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMac", "()Ljavax/crypto/Mac;", "", ApiSince=28)>]
member this.Mac : Javax.Crypto.Mac

Property Value

Mac

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

Attributes

Remarks

Get Mac object.

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

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