Certificate.CertificateRep Constructors
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.
Overloads
Certificate.CertificateRep(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Certificate.CertificateRep(String, Byte[]) |
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes. |
Certificate.CertificateRep(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected CertificateRep (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.Certificate.CertificateRep : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.Certificate.CertificateRep
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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
Certificate.CertificateRep(String, Byte[])
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
[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
Parameters
- type
- String
the standard name of the Certificate type.
- data
- Byte[]
the Certificate data.
- Attributes
Remarks
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
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.