Example #1
0
 public void VerifyDefaultAlgorithmBase64()
 {
     Hashing.ComputeHashBase64String(ClearText).Should().Be(Sha1Base64ExpectedHash);
 }