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

Syntax

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

See Also