5 references to Cryptography_CSP_NoPrivateKey
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
276throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
485throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
487throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
System\Security\Cryptography\RSABCrypt.cs (1)
439throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
462throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);