Returns the certStatus.

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

Syntax

C#
public int Status { get; set; }
Visual Basic
Public Property Status As Integer
	Get
	Set
Visual C++
public:
property int Status {
	int get ();
	void set (int value);
}

See Also