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(
	int notYoungerThan
)
Visual Basic
Public Sub New ( _
	notYoungerThan As Integer _
)
Visual C++
public:
DeclarationOfMajority(
	int notYoungerThan
)

Parameters

notYoungerThan
Type: System..::..Int32

See Also