2 references to Protect
NuGet.Configuration (1)
Utility\EncryptionUtility.cs (1)
23
var encryptedByteArray = ProtectedData.
Protect
(decryptedByteArray, _entropyBytes, DataProtectionScope.CurrentUser);
System.Configuration.ConfigurationManager (1)
System\Configuration\DpapiProtectedConfigurationProvider.cs (1)
67
byte[] encryptedData = ProtectedData.
Protect
(