June 2003
Intermediate to advanced
714 pages
22h 8m
English
DSAParameters
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.
System.Object
→
System.ValueType
→
DSAParameters
DSA.ExportParameters( )
DSA.ImportParameters( )