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

◆ GenerateKey()

override void System.Security.Cryptography.ECDiffieHellmanOpenSsl.GenerateKey ( ECCurve curve)
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDiffieHellman.

Definition at line 73 of file ECDiffieHellmanOpenSsl.cs.

74 {
75 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
76 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.