Namespace: Org.BouncyCastle.X509.Store
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public BigInteger MinCrlNumber { get; set; }
Visual Basic
Public Property MinCrlNumber As BigInteger
	Get
	Set
Visual C++
public:
property BigInteger^ MinCrlNumber {
	BigInteger^ get ();
	void set (BigInteger^ value);
}

See Also