Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

DSAManaged Constructor

Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)

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.

In This Article
  • DSAManaged()
  • DSAManaged(Int32)
  • DSAManaged(Int32, Byte[])
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies