Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsECNamedCurve()

static bool System.Security.Cryptography.ECCng.IsECNamedCurve ( string algorithm)
inlinestaticpackage

Definition at line 33 of file ECCng.cs.

34 {
35 if (!(algorithm == "ECDH"))
36 {
37 return algorithm == "ECDSA";
38 }
39 return true;
40 }

Referenced by System.Security.Cryptography.ECCngKey.GenerateKey(), System.Security.Cryptography.ECCngKey.GetCurveName(), and System.Security.Cryptography.ECCngKey.GetDuplicatedKeyHandle().