DSAParameters.Seed Field

Definition

Specifies the seed for the DSA algorithm.

public: cli::array <System::Byte> ^ Seed;
public byte[]? Seed;
public byte[] Seed;
val mutable Seed : byte[]
Public Seed As Byte() 

Field Value

Byte[]

Remarks

The seed is the base number used for the generation of pseudo-random numbers.

Applies to

See also