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
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object