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

◆ ECDiffieHellmanOpenSsl() [4/5]

System.Security.Cryptography.ECDiffieHellmanOpenSsl.ECDiffieHellmanOpenSsl ( ECCurve curve)
inline

Definition at line 28 of file ECDiffieHellmanOpenSsl.cs.

29 {
30 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
31 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.