Initializes a new instance of the KeyGenerationParameters class

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

Syntax

C#
public KeyGenerationParameters(
	SecureRandom random,
	int strength
)
Visual Basic
Public Sub New ( _
	random As SecureRandom, _
	strength As Integer _
)
Visual C++
public:
KeyGenerationParameters(
	SecureRandom^ random, 
	int strength
)

See Also