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

◆ CreateFromFriendlyName()

static ECCurve System.Security.Cryptography.ECCurve.CreateFromFriendlyName ( string oidFriendlyName)
inlinestatic

Definition at line 135 of file ECCurve.cs.

136 {
137 if (oidFriendlyName == null)
138 {
139 throw new ArgumentNullException("oidFriendlyName");
140 }
141 return CreateFromValueAndName(null, oidFriendlyName);
142 }
static ECCurve CreateFromValueAndName(string oidValue, string oidFriendlyName)
Definition ECCurve.cs:153

References System.Security.Cryptography.ECCurve.CreateFromValueAndName().

Referenced by Internal.Cryptography.Pal.X509Pal.DecodeECPublicKey< TAlgorithm >(), System.Security.Cryptography.ECDiffieHellmanImplementation.ECDiffieHellmanCngPublicKey.ExportParameters(), and System.Security.Cryptography.ECDiffieHellmanCngPublicKey.ExportParameters().