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