Пример #1
0
 public void GetThumbprintNullCertThrows()
 {
     Assert.Throws <ArgumentNullException>(() => CertificateHelper.GetSha256Thumbprint(null));
 }