Initializes a new instance of the SecureRandom class
Namespace: Org.BouncyCastle.SecurityAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public SecureRandom( byte[] inSeed ) |
| Visual Basic |
|---|
Public Sub New ( _ inSeed As Byte() _ ) |
| Visual C++ |
|---|
public: SecureRandom( array<unsigned char>^ inSeed ) |
Parameters
- inSeed
- Type: array<System..::..Byte>[]()[][]