X509CRLSelector.MaxCRL Property

Definition

Returns the maxCRLNumber criterion.

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

Property Value

the maximum CRL number accepted (or null)

Attributes

Remarks

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

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

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