KeyExchangeDiffieHellman
Represents base class for Diffie Hellman key exchange algorithm
            
                
Specifies client exchange number.
            
Specifies client payload
            
Specifies key exchange group number.
            
Specifies host key data.
            
Specifies key exchange prime number.
            
Specifies random generated number.
            
Specifies server exchange number.
            
Specifies server payload
            
Specifies signature data.
            
Gets the size, in bits, of the computed hash code.
            
protected KeyExchangeDiffieHellman()
protected virtual void HandleServerDhReply(byte[] hostKey, byte[] serverExchangeValue, byte[] signature)
Handles the server DH reply message.
            
Populates the client exchange value.