We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd7386 commit 924c73bCopy full SHA for 924c73b
MimeKit/Cryptography/X509CertificateDatabase.cs
@@ -82,7 +82,7 @@ public abstract class X509CertificateDatabase : IX509CertificateDatabase
82
/// <remarks>
83
/// The column names for the certificates table.
84
/// </remarks>
85
- protected class CertificateColumnNames
+ protected static class CertificateColumnNames
86
{
87
/// <summary>
88
/// The auto-increment primary key identifier.
@@ -252,7 +252,7 @@ protected class CertificateColumnNames
252
253
/// The column names for the CRLs table.
254
255
- protected class CrlColumnNames
+ protected static class CrlColumnNames
256
257
258
0 commit comments