15 references to Cryptography_CSP_NoPrivateKey
System.Security.Cryptography (15)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (4)
168throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey); 215throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey); 336throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey); 406throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs (1)
129throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (1)
94throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
499throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
167throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (4)
82throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey); 101throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey); 239throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey); 255throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
818throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
233throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
261throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);