8 references to MachineKeyStore
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
1258sb.Append(cspKeyContainerInfo.MachineKeyStore ? "Machine" : "User"); 1396keyProvInfo.dwFlags = asymmetricAlgorithm.CspKeyContainerInfo.MachineKeyStore ? CAPI.CRYPT_MACHINE_KEYSET : 0;
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
604if (((RSACryptoServiceProvider)certificate.PrivateKey).CspKeyContainerInfo.MachineKeyStore)
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (2)
795if ( rsaProvider.CspKeyContainerInfo.MachineKeyStore ) 846if ( rsaProvider.CspKeyContainerInfo.MachineKeyStore )
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (2)
60if (rsaCsp.CspKeyContainerInfo.MachineKeyStore) 443if (rsaCsp.CspKeyContainerInfo.MachineKeyStore)
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1481if (oldCsp.CspKeyContainerInfo.MachineKeyStore)