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