Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Security.​Cryptography.​DSAParameters

Assembly: System.Security.Cryptography

Contains the typical parameters for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.

Fields and Constants

public int
Counter
Specifies the counter for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.
public byte[]
G
Specifies the <see langword="G" /> parameter for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.
public byte[]
J
Specifies the <see langword="J" /> parameter for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.
public byte[]
P
Specifies the <see langword="P" /> parameter for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.
public byte[]
Q
Specifies the <see langword="Q" /> parameter for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.
public byte[]
Seed
Specifies the seed for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.
public byte[]
X
Specifies the <see langword="X" /> parameter for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.
public byte[]
Y
Specifies the <see langword="Y" /> parameter for the <see cref="T:System.Security.Cryptography.DSA" /> algorithm.

Methods

public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object