Language

BiometricPrompt.CryptoObject.KeyAgreement Property

Definition

Get KeyAgreement object.

public Javax.Crypto.KeyAgreement KeyAgreement { [Android.Runtime.Register("getKeyAgreement", "()Ljavax/crypto/KeyAgreement;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getKeyAgreement", "()Ljavax/crypto/KeyAgreement;", "", ApiSince=36)>]
member this.KeyAgreement : Javax.Crypto.KeyAgreement

Property Value

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

Attributes

Remarks

Get KeyAgreement object.

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

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