-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved Data Protection configuration into it's own typed Options (#1242)
- Loading branch information
1 parent
6890ae1
commit a8d65db
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Dfe.PrepareConversions/Dfe.PrepareConversions/Configuration/DataProtectionOptions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace Dfe.PrepareConversions.Configuration; | ||
|
||
public class DataProtectionOptions | ||
{ | ||
public const string ConfigurationSection = "DataProtection"; | ||
public string KeyVaultKey { get; init; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters