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