4 references to MachineKeyStore
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
485if (oldCsp.CspKeyContainerInfo.MachineKeyStore)
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
437sb.AppendLine().Append(" Key Store: ").Append(cspKeyContainerInfo.MachineKeyStore ? "Machine" : "User");
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
266keyProvInfo.dwFlags = keyContainerInfo.MachineKeyStore ? Interop.Crypt32.CryptAcquireContextFlags.CRYPT_MACHINE_KEYSET : 0;
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
53if (rsaCsp.CspKeyContainerInfo.MachineKeyStore)