Constructor allowing specific source of randomness

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

Syntax

C#
protected CmsSignedGenerator(
	SecureRandom rand
)
Visual Basic
Protected Sub New ( _
	rand As SecureRandom _
)
Visual C++
protected:
CmsSignedGenerator(
	SecureRandom^ rand
)

Parameters

rand
Type: Org.BouncyCastle.Security..::..SecureRandom
Instance of SecureRandom to use.

See Also