コード例 #1
0
 public void GetX509Certificates_ExistsAndCorrectType_ReturnsListOfX509Certificates()
 {
     _attributes.GetX509Certificates("property11").Should().Have.SameSequenceAs(new[] { new X509Certificate(Resources.ResourceHelper.GetAssemblyResource(@"Resources\cert.cer")) });
 }
コード例 #2
0
 public void GetX509Certificates_ExistsAndCorrectType_ReturnsListOfX509Certificates()
 {
     _attributes.GetX509Certificates("property11").Should().Have.SameSequenceAs(new[] { new X509Certificate(Properties.Resources.cert) });
 }