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

Syntax

C#
public bool CompleteCrlEnabled { get; set; }
Visual Basic
Public Property CompleteCrlEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool CompleteCrlEnabled {
	bool get ();
	void set (bool value);
}

See Also