AttestedKeyPair(KeyPair, IList<Certificate>) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于创建新实例的公共构造函数(可用于测试)。
[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
参数
- keyPair
- KeyPair
与证明记录关联的密钥对。
- attestationRecord
- IList<Certificate>
提供的密钥对的证明记录。
- 属性
注解
用于创建新实例的公共构造函数(可用于测试)。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。