Share via


DSAParameters Structure

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains the typical parameters for the DSA algorithm.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure DSAParameters
[SerializableAttribute]
public struct DSAParameters
[SerializableAttribute]
public value class DSAParameters
[<Sealed>]
[<SerializableAttribute>]
type DSAParameters =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The DSAParameters type exposes the following members.

Methods

  Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public field Counter Specifies the counter for the DSA algorithm.
Public field G Specifies the G parameter for the DSA algorithm.
Public field J Specifies the J parameter for the DSA algorithm.
Public field P Specifies the P parameter for the DSA algorithm.
Public field Q Specifies the Q parameter for the DSA algorithm.
Public field Seed Specifies the seed for the DSA algorithm.
Public field X Specifies the X parameter for the DSA algorithm.
Public field Y Specifies the Y parameter for the DSA algorithm.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Security.Cryptography Namespace