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

BigInteger

the maximum CRL number accepted (or null)

Attributes

Remarks

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