X509CRLSelector.SetMaxCRLNumber(BigInteger) Method
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.
Sets the maxCRLNumber criterion.
[Android.Runtime.Register("setMaxCRLNumber", "(Ljava/math/BigInteger;)V", "GetSetMaxCRLNumber_Ljava_math_BigInteger_Handler")]
public virtual void SetMaxCRLNumber (Java.Math.BigInteger? maxCRL);
[<Android.Runtime.Register("setMaxCRLNumber", "(Ljava/math/BigInteger;)V", "GetSetMaxCRLNumber_Ljava_math_BigInteger_Handler")>]
abstract member SetMaxCRLNumber : Java.Math.BigInteger -> unit
override this.SetMaxCRLNumber : Java.Math.BigInteger -> unit
Parameters
- maxCRL
- BigInteger
the maximum CRL number accepted (or null
)
- Attributes
Remarks
Sets 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.setMaxCRLNumber(java.math.BigInteger)
.
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.