Share via


X509CRLSelector.MinCRL Property

Definition

Returns the minCRLNumber criterion.

public virtual Java.Math.BigInteger? MinCRL { [Android.Runtime.Register("getMinCRL", "()Ljava/math/BigInteger;", "GetGetMinCRLHandler")] get; }
[<get: Android.Runtime.Register("getMinCRL", "()Ljava/math/BigInteger;", "GetGetMinCRLHandler")>]
member this.MinCRL : Java.Math.BigInteger

Property Value

the minimum CRL number accepted (or null)

Attributes

Remarks

Returns the minCRLNumber criterion. The X509CRL must have a CRL number extension whose value is greater than or equal to the specified value. If null, no minCRLNumber check will be done.

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

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