3 references to Cryptography_InvalidHandle
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
67
throw new CryptographicException(SR.
Cryptography_InvalidHandle
);
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
727
throw new CryptographicException(SR.Format(SR.
Cryptography_InvalidHandle
, "m_safeCertContext")); // Keeping "m_safeCertContext" string for backward compat sake.
System\Security\Cryptography\X509Certificates\X509Store.cs (1)
134
throw new CryptographicException(SR.
Cryptography_InvalidHandle
, "pCertContext");