Java.Security.Cert.X509CRLSelector.SetMaxCRLNumber Method
Sets the criterion for the maximum CRL number.

Syntax

[Android.Runtime.Register("setMaxCRLNumber", "(Ljava/math/BigInteger;)V", "GetSetMaxCRLNumber_Ljava_math_BigInteger_Handler")]
public virtual void SetMaxCRLNumber (Java.Math.BigInteger maxCRL)

Parameters

maxCRL
the maximum CRL number or null to not check the maximum CRL number.

Remarks

Sets the criterion for the maximum CRL number.

The CRL must have a number extension with a value less than or equal to the specified parameter.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1