Ejemplo n.º 1
0
 public void GetCertificateFromPartialPath(string path)
 {
     Assert.IsTrue(provider.TryGetCertificateFromPath(path, out X509Certificate2 cert));
     Assert.IsNotNull(cert);
 }