CorLib  

DSAParameters

DSAParameters overview

Implements:

IObject 

Public:

Properties:
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.  
Methods:
Equals Returns a boolean indicating if the value and this object instance are the same instance.  
GetHashCode Returns a pseudo-unique number identifying this instance.  
ToString Returns a string representation of this object instance.  

See Also