Skip to content

Commit 88c07e4

Browse files
iamcarbonabergs
authored andcommitted
Make AuthDataHelper Internal
1 parent 6bb0990 commit 88c07e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2/AuthDataHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Fido2NetLib
66
/// <summary>
77
/// Helper functions that implements https://w3c.github.io/webauthn/#authenticator-data
88
/// </summary>
9-
public static class AuthDataHelper
9+
internal static class AuthDataHelper
1010
{
1111
public static byte[] GetSizedByteArray(ReadOnlySpan<byte> ab, ref int offset, ushort len = 0)
1212
{

0 commit comments

Comments
 (0)