DSAParameters Structure
Contains the typical parameters for the DSA algorithm.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | 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. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

