Share via


X509CRLSelector Constructors

Definition

Overloads

X509CRLSelector()

Creates an X509CRLSelector.

X509CRLSelector(IntPtr, JniHandleOwnership)

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

X509CRLSelector()

Creates an X509CRLSelector.

[Android.Runtime.Register(".ctor", "()V", "")]
public X509CRLSelector ();
Attributes

Remarks

Creates an X509CRLSelector. Initially, no criteria are set so any X509CRL will match.

Java documentation for java.security.cert.X509CRLSelector.X509CRLSelector().

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

X509CRLSelector(IntPtr, JniHandleOwnership)

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

protected X509CRLSelector (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.X509CRLSelector : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.X509CRLSelector

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