DSAParameters Struct

Definition

Contains the typical parameters for the DSA algorithm.

public value class DSAParameters
public struct DSAParameters
[System.Serializable]
public struct DSAParameters
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct DSAParameters
type DSAParameters = struct
[<System.Serializable>]
type DSAParameters = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type DSAParameters = struct
Public Structure DSAParameters
Inheritance
DSAParameters
Attributes

Remarks

Important

The creators of the DSA algorithm have withdrawn their support for it. Consider using the RSA class or the ECDsa class instead of the DSA class. Use DSA only for compatibility with legacy applications and data.

Fields

Counter

Specifies the counter for the DSA algorithm.

G

Specifies the G parameter for the DSA algorithm.

J

Specifies the J parameter for the DSA algorithm.

P

Specifies the P parameter for the DSA algorithm.

Q

Specifies the Q parameter for the DSA algorithm.

Seed

Specifies the seed for the DSA algorithm.

X

Specifies the X parameter for the DSA algorithm.

Y

Specifies the Y parameter for the DSA algorithm.

Applies to

See also