Skip to content

Commit

Permalink
#17 Forgot to set the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lievrouw authored and David Lievrouw committed Oct 7, 2020
1 parent 0afdd8e commit 351aaa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class MongoDbClientStoreSettings {
/// Gets or sets the encryption key for the shared secrets.
/// </summary>
/// <remarks>This only applies to signature algorithms that use symmetric keys, e.g. HMAC. Set this value to <see langword="null" /> to disable encryption.</remarks>
public SharedSecretEncryptionKey SharedSecretEncryptionKey { get; set; }
public SharedSecretEncryptionKey SharedSecretEncryptionKey { get; set; } = SharedSecretEncryptionKey.Empty;

/// <summary>
/// Gets or sets the time that client queries are cached in memory.
Expand Down

0 comments on commit 351aaa6

Please sign in to comment.