| using Microsoft.VisualStudio.TestTools.UnitTesting;using Renci.SshNet.Tests.Common;namespace Renci.SshNet.Tests.Classes.Security{    /// <summary>    /// Represents "diffie-hellman-group14-sha1" algorithm implementation.    /// </summary>    [TestClass]    public class KeyExchangeDiffieHellmanGroup14Sha1Test : TestBase    {    }}
 |