DSAManaged Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
DSAManaged()
Initializes a new instance of the DSAManaged class with the key size of 1024.
Declaration
public DSAManaged()DSAManaged(Int32)
Initializes a new instance of the DSAManaged class with the specified key size.
Declaration
public DSAManaged(int keySize)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | keySize | The size of the key to use in bits. | 
DSAManaged(Int32, Byte[])
Initializes a new instance of the DSAManaged class with the specified key size and seed.
Declaration
public DSAManaged(int keySize, byte[] seed)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | keySize | The size of the key to use in bits. | 
| Byte[] | seed | The initial seed to use for key generation. |