15 references to DataProtectionScope
System.Configuration.ConfigurationManager (4)
System.Security (1)
System.Security.Cryptography.ProtectedData (10)
System\Security\Cryptography\ProtectedData.cs (10)
16public static byte[] Protect(byte[] userData, byte[]? optionalEntropy, DataProtectionScope scope)
55DataProtectionScope scope,
103DataProtectionScope scope,
143DataProtectionScope scope,
167public static byte[] Unprotect(byte[] encryptedData, byte[]? optionalEntropy, DataProtectionScope scope)
207DataProtectionScope scope,
256DataProtectionScope scope,
296DataProtectionScope scope,
323DataProtectionScope scope,
348if (scope == DataProtectionScope.LocalMachine)