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 8b457dc commit 8191606Copy full SHA for 8191606
Src/Fido2/MakeAssertionParams.cs
@@ -6,7 +6,7 @@ namespace Fido2NetLib;
6
/// <summary>
7
/// Wraps the input for the MakeAssertion function
8
/// </summary>
9
-public class MakeAssertionParams
+public sealed class MakeAssertionParams
10
{
11
12
/// The assertion response from the authenticator.
Src/Fido2/MakeNewCredentialParams.cs
@@ -3,7 +3,7 @@
3
4
/// Wraps the input for the MakeNewCredential function
5
-public class MakeNewCredentialParams
+public sealed class MakeNewCredentialParams
/// The attestation response from the authenticator.
0 commit comments