Skip to content

Commit

Permalink
Update CertificateFactoryTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mregen committed May 3, 2024
1 parent 18baf58 commit 2b03f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public void ParseCertificateBlob()

var certBlob = byteServerCertificateChain.ToArray();

var singleBlob = AsnUtils.ParseX509Blob(certBlob).ToArray();
var singleBlob = AsnUtils.ParseX509Blob(certBlob);
Assert.NotNull(singleBlob);
var certX = new X509Certificate2(singleBlob);
Assert.NotNull(certX);
Expand Down

0 comments on commit 2b03f35

Please sign in to comment.