Initializes a new instance of the DeclarationOfMajority class

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

Syntax

C#
public DeclarationOfMajority(
	bool fullAge,
	string country
)
Visual Basic
Public Sub New ( _
	fullAge As Boolean, _
	country As String _
)
Visual C++
public:
DeclarationOfMajority(
	bool fullAge, 
	String^ country
)

Parameters

fullAge
Type: System..::..Boolean
country
Type: System..::..String

See Also