Skip to content

Commit 3317262

Browse files
Resolve package issue
1 parent a9ebfb9 commit 3317262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/DSInternals.Win32.WebAuthn/Cryptography/X509CertificateLoaderPolyfill.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace System.Security.Cryptography.X509Certificates;
66
/// <summary>
77
/// Provides compatibility members for APIs added to newer .NET versions.
88
/// </summary>
9-
public static class X509CertificateLoader
9+
internal static class X509CertificateLoader
1010
{
1111
/// <summary>
1212
/// Loads an X.509 certificate from raw DER/BER encoded bytes.

0 commit comments

Comments
 (0)