| DSAParameters |
| IObject |
| Name | Description |
|---|---|
Counter (get) | Gets the Counter value for the DSA key. |
Counter (let) | Sets the Counter value for the DSA key. |
g (get) | Gets the G parameter of the key. |
g (let) | Sets the G parameter of the key. |
j (get) | Gets the J parameter of the key. |
j (let) | Sets the J parameter of the key. |
p (get) | Gets the P parameter of the key. |
p (let) | Sets the P parameter of the key. |
q (get) | Gets the Q parameter of the key. |
q (let) | Sets the Q parameter of the key. |
seed (get) | Gets the Seed of the key. |
seed (let) | Sets the Seed for the key. |
x (get) | Gets the X parameter of the key. |
x (let) | Sets the X parameter of the key. |
y (get) | Gets the Y parameter of the key. |
y (let) | Sets the Y parameter of the key. |
| Name | Description |
|---|---|
Equals | Returns a boolean indicating if the value and this object instance are the same instance. |
GetHashCode | Returns a psuedo-unique number used to help identify this object in memory. The current method is to return the value obtained from ObjPtr. If a different method needs to be impelmented then change the method here in this function. An override might be necessary if the hashcode should be derived from a value contained within the class. |
ToString | Returns a string representation of this object instance. The default method simply returns the application name and class name in which this class resides. A Person class may return the persons name instead. |