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