2 references to EcdhCurveNameToAlgorithm
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
378CngKey.EcdhCurveNameToAlgorithm(name).Algorithm switch
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (1)
62CngAlgorithm alg = CngKey.EcdhCurveNameToAlgorithm(curve.Oid.FriendlyName);