SslCertificate.DName Constructors

Definition

Overloads

SslCertificate.DName(SslCertificate, String)
SslCertificate.DName(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

SslCertificate.DName(SslCertificate, String)

[Android.Runtime.Register(".ctor", "(Landroid/net/http/SslCertificate;Ljava/lang/String;)V", "")]
public DName (Android.Net.Http.SslCertificate __self, string dName);
[<Android.Runtime.Register(".ctor", "(Landroid/net/http/SslCertificate;Ljava/lang/String;)V", "")>]
new Android.Net.Http.SslCertificate.DName : Android.Net.Http.SslCertificate * string -> Android.Net.Http.SslCertificate.DName

Parameters

dName
String
Attributes

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

SslCertificate.DName(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected DName (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Http.SslCertificate.DName : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Http.SslCertificate.DName

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

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