3 references to GetAlgorithmGroup
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
119if (response.GetAlgorithmGroup() != BCryptNative.AlgorithmName.ECDH)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
152switch (response.GetAlgorithmGroup())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.ImportExport.cs (1)
84if (response.GetAlgorithmGroup() != BCryptNative.AlgorithmName.RSA)