We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ebfb9 commit 3317262Copy full SHA for 3317262
1 file changed
Src/DSInternals.Win32.WebAuthn/Cryptography/X509CertificateLoaderPolyfill.cs
@@ -6,7 +6,7 @@ namespace System.Security.Cryptography.X509Certificates;
6
/// <summary>
7
/// Provides compatibility members for APIs added to newer .NET versions.
8
/// </summary>
9
-public static class X509CertificateLoader
+internal static class X509CertificateLoader
10
{
11
12
/// Loads an X.509 certificate from raw DER/BER encoded bytes.
0 commit comments