DSAParameters

DSAParametersserializable

System.Security.Cryptography (mscorlib.dll)struct
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( )



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net