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