AttestedKeyPair(KeyPair, IList<Certificate>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Public constructor for creating a new instance (useful for testing).
[Android.Runtime.Register(".ctor", "(Ljava/security/KeyPair;Ljava/util/List;)V", "", ApiSince=30)]
public AttestedKeyPair (Java.Security.KeyPair? keyPair, System.Collections.Generic.IList<Java.Security.Cert.Certificate> attestationRecord);
[<Android.Runtime.Register(".ctor", "(Ljava/security/KeyPair;Ljava/util/List;)V", "", ApiSince=30)>]
new Android.Security.AttestedKeyPair : Java.Security.KeyPair * System.Collections.Generic.IList<Java.Security.Cert.Certificate> -> Android.Security.AttestedKeyPair
Parameters
- keyPair
- KeyPair
the key pair associated with the attestation record.
- attestationRecord
- IList<Certificate>
attestation record for the provided key pair.
- Attributes
Remarks
Public constructor for creating a new instance (useful for testing).
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.