Programming .Net Security

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( )

Категории