More work on SeqBackgroundService, next step is tests for it.
This commit is contained in:
parent
a139b1ad08
commit
67207cf90b
27 changed files with 237 additions and 190 deletions
|
|
@ -5,7 +5,7 @@ using System.Security.Cryptography;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Core.CryptoService
|
||||
namespace Core.MultiKeyEncryption
|
||||
{
|
||||
public class SecureConnectionString
|
||||
{
|
||||
|
|
@ -22,7 +22,7 @@ namespace Core.CryptoService
|
|||
var encryptedConnString = EncryptWithKey(connectionString, _masterKey);
|
||||
var userKeys = new Dictionary<string, string>();
|
||||
|
||||
|
||||
|
||||
|
||||
return new EncryptedData
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue