Initializes a new instance of the DSAManaged class with the specified key size and seed.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ keySize As Integer, _ seed As Byte() _ ) |
C# |
---|
public DSAManaged( int keySize, byte[] seed ) |
Parameters
- keySize
- Type: System..::..Int32
The size of the key to use in bits.
- seed
- Type: array<System..::..Byte>[]()[][]
The initial seed to use for key generation.