Represents "diffie-hellman-group1-sha1" algorithm implementation.
Inheritance: KeyExchangeDiffieHellman
 public void NameTest()
 {
     KeyExchangeDiffieHellmanGroup1Sha1 target = new KeyExchangeDiffieHellmanGroup1Sha1(); // TODO: Initialize to an appropriate value
     string actual;
     actual = target.Name;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void KeyExchangeDiffieHellmanGroup1Sha1ConstructorTest()
 {
     KeyExchangeDiffieHellmanGroup1Sha1 target = new KeyExchangeDiffieHellmanGroup1Sha1();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }