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