22 references to Cryptography_OpenInvalidHandle
System.Security.Cryptography (22)
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (1)
178throw new CryptographicException(SR.Cryptography_OpenInvalidHandle);
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (1)
18throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle));
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
281throw new CryptographicException(SR.Cryptography_OpenInvalidHandle);
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (2)
168throw new CryptographicException(SR.Cryptography_OpenInvalidHandle); 176throw new CryptographicException(SR.Cryptography_OpenInvalidHandle);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
716throw new CryptographicException(SR.Cryptography_OpenInvalidHandle);
System\Security\Cryptography\DSAOpenSsl.cs (2)
44throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle)); 76throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(handle));
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (3)
30throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle)); 36throw new CryptographicException(SR.Cryptography_OpenInvalidHandle); 61throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(handle));
System\Security\Cryptography\ECDsaOpenSsl.cs (3)
30throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle)); 36throw new CryptographicException(SR.Cryptography_OpenInvalidHandle); 61throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(handle));
System\Security\Cryptography\MLDsaOpenSsl.OpenSsl.cs (1)
25throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle));
System\Security\Cryptography\MLKemOpenSsl.OpenSsl.cs (1)
28throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle));
System\Security\Cryptography\RSAOpenSsl.cs (3)
44throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(handle)); 73throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle)); 79throw new CryptographicException(SR.Cryptography_OpenInvalidHandle);
System\Security\Cryptography\SafeEvpPKeyHandle.OpenSsl.cs (1)
68throw new InvalidOperationException(SR.Cryptography_OpenInvalidHandle);
System\Security\Cryptography\SlhDsaOpenSsl.OpenSsl.cs (1)
25throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle));
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
30throw new CryptographicException(SR.Cryptography_OpenInvalidHandle);