3 references to ProtectedData
System.Configuration.ConfigurationManager (2)
System\Configuration\DpapiProtectedConfigurationProvider.cs (2)
67
byte[] encryptedData =
ProtectedData
.Protect(
83
byte[] decryptedData =
ProtectedData
.Unprotect(
System.Security (1)
System.Security.cs (1)
36
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ProtectedData
))]