Renci.SshNet.Security.KeyExchangeEllipticCurveDiffieHellman.HandleServerEcdhReply C# (CSharp) Method

HandleServerEcdhReply() protected method

protected HandleServerEcdhReply ( ) : void
return void
        protected virtual void HandleServerEcdhReply()
        {
            //this._serverExchangeValue = serverExchangeValue;
            //this._hostKey = hostKey;
            //this.SharedKey = BigInteger.ModPow(serverExchangeValue, this._randomValue, this._prime);
            //this._signature = signature;
        }