8 references to EvpAlgorithmId
System.Security.Cryptography (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs (3)
48internal static partial EvpAlgorithmId EvpPKeyType(SafeEvpPKeyHandle handle); 67EvpAlgorithmId algorithmId) 90EvpAlgorithmId algorithmId)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (2)
545Interop.Crypto.EvpAlgorithmId.RSA); 592Interop.Crypto.EvpAlgorithmId.RSA);
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)