AttestedKeyPair.AttestationRecord Property

Definition

Returns the attestation record for the key pair in this instance.

public System.Collections.Generic.IList<Java.Security.Cert.Certificate> AttestationRecord { [Android.Runtime.Register("getAttestationRecord", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getAttestationRecord", "()Ljava/util/List;", "", ApiSince=28)>]
member this.AttestationRecord : System.Collections.Generic.IList<Java.Security.Cert.Certificate>

Property Value

IList<Certificate>
Attributes

Remarks

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

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