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