Constructor allowing specific source of randomness
Namespace: Org.BouncyCastle.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public CmsEnvelopedDataGenerator( SecureRandom rand ) |
Visual Basic |
---|
Public Sub New ( _ rand As SecureRandom _ ) |
Visual C++ |
---|
public: CmsEnvelopedDataGenerator( SecureRandom^ rand ) |
Parameters
- rand
- Type: Org.BouncyCastle.Security..::..SecureRandom
Instance of SecureRandom to use.