DSAParameters Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |
J |
Specifies the |
P |
Specifies the |
Q |
Specifies the |
Seed |
Specifies the seed for the DSA algorithm. |
X |
Specifies the |
Y |
Specifies the |