Name

DSAParameters

Synopsis

public struct DSAParameters {
// Public Instance Fields
   public int Counter;
   public byte[  ] G;
   public byte[  ] J;
   public byte[  ] P;
   public byte[  ] Q;
   public byte[  ] Seed;
   public byte[  ] X;
   public byte[  ] Y;
}

This structure represents the parameters of a DSA key, expressed as a set of Byte arrays. Key parameters are exported from the DSA class with the ExportParameters( ) method. Keys parameters are imported into the DSA class with the ImportParameters( ) method.

Hierarchy

System.Object System.ValueType DSAParameters

Returned By

DSA.ExportParameters( )

Passed To

DSA.ImportParameters( )

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.