Initializes a new instance of the DsaValidationParameters class

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

Syntax

C#
public DsaValidationParameters(
	byte[] seed,
	int counter
)
Visual Basic
Public Sub New ( _
	seed As Byte(), _
	counter As Integer _
)
Visual C++
public:
DsaValidationParameters(
	array<unsigned char>^ seed, 
	int counter
)

Parameters

seed
Type: array<System..::..Byte>[]()[][]
counter
Type: System..::..Int32

See Also