Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ DeriveKeyMaterial()

override byte[] System.Security.Cryptography.ECDiffieHellmanOpenSsl.DeriveKeyMaterial ( ECDiffieHellmanPublicKey otherPartyPublicKey)
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDiffieHellman.

Definition at line 48 of file ECDiffieHellmanOpenSsl.cs.

49 {
50 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
51 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.