Certificate.CertificateRep 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| Certificate.CertificateRep(IntPtr, JniHandleOwnership) |
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。 |
| Certificate.CertificateRep(String, Byte[]) |
使用证书类型和证书编码字节构造备用证书类。 |
Certificate.CertificateRep(IntPtr, JniHandleOwnership)
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。
protected CertificateRep(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.Certificate.CertificateRep : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.Certificate.CertificateRep
参数
- transfer
- JniHandleOwnership
指示 JniHandleOwnership如何处理 javaReference
注解
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。
适用于
Certificate.CertificateRep(String, Byte[])
使用证书类型和证书编码字节构造备用证书类。
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;[B)V", "")]
protected CertificateRep(string? type, byte[]? data);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;[B)V", "")>]
new Java.Security.Cert.Certificate.CertificateRep : string * byte[] -> Java.Security.Cert.Certificate.CertificateRep
参数
- type
- String
证书类型的标准名称。
- data
- Byte[]
证书数据。
- 属性
注解
使用证书类型和证书编码字节构造备用证书类。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。