This commit is contained in:
Stef Heyenrath
2025-09-07 19:51:42 +02:00
parent 4fd3ee1dfd
commit 37e140b342
11 changed files with 7 additions and 85 deletions

View File

@@ -43,11 +43,8 @@ internal static class CertificateLoader
}
finally
{
//#if NETSTANDARD || NET48
certStore.Dispose();
//#else
certStore.Close();
//#endif
}
}
@@ -113,11 +110,8 @@ internal static class CertificateLoader
}
finally
{
//#if NETSTANDARD || NET46
certStore.Dispose();
//#else
certStore.Close();
//#endif
}
}
}