2 references to _entropyBytes
NuGet.Configuration (2)
Utility\EncryptionUtility.cs (2)
23
var encryptedByteArray = ProtectedData.Protect(decryptedByteArray,
_entropyBytes
, DataProtectionScope.CurrentUser);
36
var decryptedByteArray = ProtectedData.Unprotect(encryptedByteArray,
_entropyBytes
, DataProtectionScope.CurrentUser);