diff --git a/src/HttpMessageSigning.Verification.MongoDb/MongoDbClientStoreSettings.cs b/src/HttpMessageSigning.Verification.MongoDb/MongoDbClientStoreSettings.cs index b8026e37..02591cff 100644 --- a/src/HttpMessageSigning.Verification.MongoDb/MongoDbClientStoreSettings.cs +++ b/src/HttpMessageSigning.Verification.MongoDb/MongoDbClientStoreSettings.cs @@ -19,7 +19,7 @@ public class MongoDbClientStoreSettings { /// Gets or sets the encryption key for the shared secrets. /// /// This only applies to signature algorithms that use symmetric keys, e.g. HMAC. Set this value to to disable encryption. - public SharedSecretEncryptionKey SharedSecretEncryptionKey { get; set; } + public SharedSecretEncryptionKey SharedSecretEncryptionKey { get; set; } = SharedSecretEncryptionKey.Empty; /// /// Gets or sets the time that client queries are cached in memory.