Initializes a new instance of the X9FieldElement class

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

Syntax

C#
public X9FieldElement(
	BigInteger p,
	Asn1OctetString s
)
Visual Basic
Public Sub New ( _
	p As BigInteger, _
	s As Asn1OctetString _
)
Visual C++
public:
X9FieldElement(
	BigInteger^ p, 
	Asn1OctetString^ s
)

See Also