2 references to UseMachineContainer
System.Configuration (2)
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
173
if (
UseMachineContainer
)
196
success = UnsafeNativeMethods.CryptAcquireContext(out hProv, KeyContainerName, CspProviderName, PROV_Rsa_FULL,
UseMachineContainer
? CRYPT_MACHINE_KEYSET : 0);