X509TrustManagerExtensions 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
X509TrustManagerExtensions(IX509TrustManager) |
Constructs a new X509TrustManagerExtensions wrapper. |
X509TrustManagerExtensions(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
X509TrustManagerExtensions(IX509TrustManager)
Constructs a new X509TrustManagerExtensions wrapper.
[Android.Runtime.Register(".ctor", "(Ljavax/net/ssl/X509TrustManager;)V", "")]
public X509TrustManagerExtensions (Javax.Net.Ssl.IX509TrustManager? tm);
[<Android.Runtime.Register(".ctor", "(Ljavax/net/ssl/X509TrustManager;)V", "")>]
new Android.Net.Http.X509TrustManagerExtensions : Javax.Net.Ssl.IX509TrustManager -> Android.Net.Http.X509TrustManagerExtensions
Parameters
A X509TrustManager
as returned by TrustManagerFactory.getInstance();
- Attributes
Exceptions
If tm is an unsupported TrustManager type.
Remarks
Constructs a new X509TrustManagerExtensions wrapper.
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
X509TrustManagerExtensions(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected X509TrustManagerExtensions (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Http.X509TrustManagerExtensions : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Http.X509TrustManagerExtensions
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.