6 references to GetCurveName
System.Security.Cryptography (6)
System\Security\Cryptography\ECCng.ImportExport.cs (2)
47curveName = key.GetCurveName(out _); 101string? curveName = key.GetCurveName(out string? oidValue);
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
153return Key.GetCurveName(out oidValue);
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
139string? curveName = key.GetCurveName(out _);
System\Security\Cryptography\ECDsaCng.cs (1)
98return Key.GetCurveName(out oidValue);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
26key.GetCurveName(out _) != X25519WindowsHelpers.BCRYPT_ECC_CURVE_25519)