CertPath.CertPathRep 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
CertPath.CertPathRep(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
CertPath.CertPathRep(String, Byte[]) |
Creates a |
CertPath.CertPathRep(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected CertPathRep (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.CertPath.CertPathRep : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.CertPath.CertPathRep
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
CertPath.CertPathRep(String, Byte[])
Creates a CertPathRep
with the specified
type and encoded form of a certification path.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;[B)V", "")]
protected CertPathRep (string? type, byte[]? data);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;[B)V", "")>]
new Java.Security.Cert.CertPath.CertPathRep : string * byte[] -> Java.Security.Cert.CertPath.CertPathRep
Parameters
- type
- String
the standard name of a CertPath
type
- data
- Byte[]
the encoded form of the certification path
- Attributes
Remarks
Creates a CertPathRep
with the specified type and encoded form of a certification path.
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.