AttestedKeyPair.KeyPair Property

Definition

Returns the generated key pair associated with the attestation record in this instance.

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

Property Value

Attributes

Remarks

Returns the generated key pair associated with the attestation record in this instance.

Java documentation for android.security.AttestedKeyPair.getKeyPair().

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