3 references to EvpPKeyType
System.Security.Cryptography (3)
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
34if (Interop.Crypto.EvpPKeyType(pkeyHandle) != Interop.Crypto.EvpAlgorithmId.ECC)
System\Security\Cryptography\ECDsaOpenSsl.cs (1)
34if (Interop.Crypto.EvpPKeyType(pkeyHandle) != Interop.Crypto.EvpAlgorithmId.ECC)
System\Security\Cryptography\RSAOpenSsl.cs (1)
77if (Interop.Crypto.EvpPKeyType(pkeyHandle) != Interop.Crypto.EvpAlgorithmId.RSA)