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