示例#1
0
 public void GetX509Certificate2s_ExistsAndCorrectType_ReturnsListOfX509Certificates()
 {
     _attributes.GetX509Certificate2s("property11").Should().Have.SameSequenceAs(new[] { new X509Certificate2(Resources.ResourceHelper.GetAssemblyResource(@"Resources\cert.cer")) });
 }
 public void GetX509Certificate2s_ExistsAndCorrectType_ReturnsListOfX509Certificates()
 {
     _attributes.GetX509Certificate2s("property11").Should().Have.SameSequenceAs(new[] { new X509Certificate2(Properties.Resources.cert) });
 }