We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754adee commit fad2041Copy full SHA for fad2041
src/BenchmarksApps/TLS/HttpSys/NetShWrapper.cs
@@ -85,7 +85,7 @@ private static void ExecuteNetShCommand(string command, bool alwaysLogOutput = f
85
private static X509Certificate2 LoadCertificate()
86
=> File.Exists("testCert.pfx")
87
? X509CertificateLoader.LoadPkcs12FromFile("testCert.pfx", "testPassword", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable)
88
- : X509CertificateLoader.LoadPkcs12FromFile("../testCert.pfx", "testPassword", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable)
+ : X509CertificateLoader.LoadPkcs12FromFile("../testCert.pfx", "testPassword", X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable);
89
#pragma warning restore SYSLIB0057 // Type or member is obsolete
90
}
91
0 commit comments