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