X509CRLSelector.SetMinCRLNumber(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 minCRLNumber criterion.
[Android.Runtime.Register("setMinCRLNumber", "(Ljava/math/BigInteger;)V", "GetSetMinCRLNumber_Ljava_math_BigInteger_Handler")]
public virtual void SetMinCRLNumber (Java.Math.BigInteger? minCRL);
[<Android.Runtime.Register("setMinCRLNumber", "(Ljava/math/BigInteger;)V", "GetSetMinCRLNumber_Ljava_math_BigInteger_Handler")>]
abstract member SetMinCRLNumber : Java.Math.BigInteger -> unit
override this.SetMinCRLNumber : Java.Math.BigInteger -> unit
Parameters
- minCRL
- BigInteger
the minimum CRL number accepted (or null
)
- Attributes
Remarks
Sets 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.setMinCRLNumber(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.