Skip to content

Commit 8191606

Browse files
committed
Seal the classes
1 parent 8b457dc commit 8191606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/Fido2/MakeAssertionParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Fido2NetLib;
66
/// <summary>
77
/// Wraps the input for the MakeAssertion function
88
/// </summary>
9-
public class MakeAssertionParams
9+
public sealed class MakeAssertionParams
1010
{
1111
/// <summary>
1212
/// The assertion response from the authenticator.

Src/Fido2/MakeNewCredentialParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/// <summary>
44
/// Wraps the input for the MakeNewCredential function
55
/// </summary>
6-
public class MakeNewCredentialParams
6+
public sealed class MakeNewCredentialParams
77
{
88
/// <summary>
99
/// The attestation response from the authenticator.

0 commit comments

Comments
 (0)